Java class for fx_modifier_enum_common.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="fx_modifier_enum_common">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="CONST"/>
<enumeration value="UNIFORM"/>
<enumeration value="VARYING"/>
<enumeration value="STATIC"/>
<enumeration value="VOLATILE"/>
<enumeration value="EXTERN"/>
<enumeration value="SHARED"/>
</restriction>
</simpleType>
|