Uses of Enum Class
org.web3d.x3d.util.x3duom.Vrml97SupportValues
Packages that use Vrml97SupportValues
Package
Description
The X3D Java x3duom package provides a
set of Java utility classes for the X3D Unified Object Model (X3DUOM).
-
Uses of Vrml97SupportValues in org.web3d.x3d.util.x3duom
Subclasses with type arguments of type Vrml97SupportValues in org.web3d.x3d.util.x3duomFields in org.web3d.x3d.util.x3duom declared as Vrml97SupportValuesMethods in org.web3d.x3d.util.x3duom that return Vrml97SupportValuesModifier and TypeMethodDescriptionstatic Vrml97SupportValues
ConcreteNode.getVrml97Support()
Gets the value of the vrml97Support property.static Vrml97SupportValues
Returns the enum constant of this class with the specified name.static Vrml97SupportValues[]
Vrml97SupportValues.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 Vrml97SupportValuesModifier and TypeMethodDescriptionvoid
ConcreteNode.setVrml97Support
(Vrml97SupportValues value) Sets the value of the vrml97Support property.