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