Uses of Class
org.web3d.x3d.util.x3duom.AccessTypeValues
| Package | Description |
|---|---|
| org.web3d.x3d.util.x3duom |
-
Uses of AccessTypeValues in org.web3d.x3d.util.x3duom
Fields in org.web3d.x3d.util.x3duom declared as AccessTypeValues Modifier and Type Field Description protected AccessTypeValuesField. accessTypeMethods in org.web3d.x3d.util.x3duom that return AccessTypeValues Modifier and Type Method Description static AccessTypeValuesAccessTypeValues. fromValue(java.lang.String v)AccessTypeValuesField. getAccessType()Gets the value of the accessType property.static AccessTypeValuesAccessTypeValues. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AccessTypeValues[]AccessTypeValues. 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 AccessTypeValues Modifier and Type Method Description voidField. setAccessType(AccessTypeValues value)Sets the value of the accessType property.