Uses of Class
org.xmlet.xsdparser.xsdelements.enums.BlockDefaultEnum
-
Packages that use BlockDefaultEnum Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.enums -
-
Uses of BlockDefaultEnum in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as BlockDefaultEnum Modifier and Type Field Description private BlockDefaultEnumXsdSchema. blockDefaultSpecifies if the block attribute for the currentXsdSchemachildren such asXsdElementandXsdComplexType. -
Uses of BlockDefaultEnum in org.xmlet.xsdparser.xsdelements.enums
Methods in org.xmlet.xsdparser.xsdelements.enums that return BlockDefaultEnum Modifier and Type Method Description BlockDefaultEnum[]BlockDefaultEnum. getValues()static BlockDefaultEnumBlockDefaultEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BlockDefaultEnum[]BlockDefaultEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-