Enum Class Vrml97SupportValues

java.lang.Object
java.lang.Enum<Vrml97SupportValues>
org.web3d.x3d.util.x3duom.Vrml97SupportValues
All Implemented Interfaces:
Serializable, Comparable<Vrml97SupportValues>, Constable

public enum Vrml97SupportValues extends Enum<Vrml97SupportValues>

Java class for vrml97SupportValues.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="vrml97SupportValues">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="true"/>
     <enumeration value="false"/>
     <enumeration value="hasPrototypeSimple"/>
     <enumeration value="hasPrototypeEcmaScript"/>
     <enumeration value="hasPrototypeJava"/>
   </restriction>
 </simpleType>