Uses of Enum Class
org.web3d.x3d.util.x3duom.FieldTypeValues
Packages that use 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
Subclasses with type arguments of type FieldTypeValues in org.web3d.x3d.util.x3duomFields in org.web3d.x3d.util.x3duom declared as FieldTypeValuesMethods in org.web3d.x3d.util.x3duom that return FieldTypeValuesModifier 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.Methods in org.web3d.x3d.util.x3duom with parameters of type FieldTypeValuesModifier and TypeMethodDescriptionvoid
Field.setType
(FieldTypeValues value) Sets the value of the type property.