Uses of Enum Class
org.web3d.x3d.util.x3duom.AccessTypeValues
Packages that use AccessTypeValues
Package
Description
The X3D Java x3duom package provides a
set of Java utility classes for the X3D Unified Object Model (X3DUOM).
-
Uses of AccessTypeValues in org.web3d.x3d.util.x3duom
Fields in org.web3d.x3d.util.x3duom declared as AccessTypeValuesMethods in org.web3d.x3d.util.x3duom that return AccessTypeValuesModifier and TypeMethodDescriptionstatic AccessTypeValues
Field.getAccessType()
Gets the value of the accessType property.static AccessTypeValues
Returns the enum constant of this class with the specified name.static AccessTypeValues[]
AccessTypeValues.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 AccessTypeValuesModifier and TypeMethodDescriptionvoid
Field.setAccessType
(AccessTypeValues value) Sets the value of the accessType property.