Uses of Class
org.xmlet.xsdparser.xsdelements.enums.ComplexTypeBlockEnum
-
Packages that use ComplexTypeBlockEnum Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.enums -
-
Uses of ComplexTypeBlockEnum in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as ComplexTypeBlockEnum Modifier and Type Field Description private ComplexTypeBlockEnumXsdComplexType. blockPrevents a complex type that has a specified type of derivation from being used in place of this complex type. -
Uses of ComplexTypeBlockEnum in org.xmlet.xsdparser.xsdelements.enums
Methods in org.xmlet.xsdparser.xsdelements.enums that return ComplexTypeBlockEnum Modifier and Type Method Description ComplexTypeBlockEnum[]ComplexTypeBlockEnum. getValues()static ComplexTypeBlockEnumComplexTypeBlockEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ComplexTypeBlockEnum[]ComplexTypeBlockEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-