Uses of Enum Class
org.web3d.x3d.util.x3duom.FieldTypeValues
Package
Description
The X3D Java x3duom package provides a
set of Java utility classes for the X3D Unified Object Model (X3DUOM).
-
Uses of FieldTypeValues in org.web3d.x3d.util.x3duom
Modifier and TypeMethodDescriptionstatic FieldTypeValues
Field.getType()
Gets the value of the type property.static FieldTypeValues
Returns the enum constant of this class with the specified name.static FieldTypeValues[]
FieldTypeValues.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Field.setType
(FieldTypeValues value) Sets the value of the type property.