Uses of Class
org.web3d.x3d.util.x3duom.FieldTypeValues
| Package | Description |
|---|---|
| org.web3d.x3d.util.x3duom |
-
Uses of FieldTypeValues in org.web3d.x3d.util.x3duom
Fields in org.web3d.x3d.util.x3duom declared as FieldTypeValues Modifier and Type Field Description protected FieldTypeValuesField. typeMethods in org.web3d.x3d.util.x3duom that return FieldTypeValues Modifier and Type Method Description static FieldTypeValuesFieldTypeValues. fromValue(java.lang.String v)FieldTypeValuesField. getType()Gets the value of the type property.static FieldTypeValuesFieldTypeValues. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FieldTypeValues[]FieldTypeValues. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.web3d.x3d.util.x3duom with parameters of type FieldTypeValues Modifier and Type Method Description voidField. setType(FieldTypeValues value)Sets the value of the type property.