Uses of Class
org.xmlet.xsdparser.xsdelements.enums.SimpleTypeFinalEnum
-
Packages that use SimpleTypeFinalEnum Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.enums -
-
Uses of SimpleTypeFinalEnum in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as SimpleTypeFinalEnum Modifier and Type Field Description private SimpleTypeFinalEnumXsdSimpleType. finalObjPrevents other elements to derive depending on its value. -
Uses of SimpleTypeFinalEnum in org.xmlet.xsdparser.xsdelements.enums
Methods in org.xmlet.xsdparser.xsdelements.enums that return SimpleTypeFinalEnum Modifier and Type Method Description SimpleTypeFinalEnum[]SimpleTypeFinalEnum. getValues()static SimpleTypeFinalEnumSimpleTypeFinalEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SimpleTypeFinalEnum[]SimpleTypeFinalEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-