Uses of Interface
org.xmlet.xsdparser.xsdelements.enums.XsdEnum
-
Packages that use XsdEnum Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.enums -
-
Uses of XsdEnum in org.xmlet.xsdparser.xsdelements
Methods in org.xmlet.xsdparser.xsdelements with type parameters of type XsdEnum Modifier and Type Method Description static <T extends XsdEnum>
TAttributeValidations. belongsToEnum(XsdEnum<T> instance, java.lang.String value)Verifies if a given value is present in a givenEnumtype.Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdEnum Modifier and Type Method Description static <T extends XsdEnum>
TAttributeValidations. belongsToEnum(XsdEnum<T> instance, java.lang.String value)Verifies if a given value is present in a givenEnumtype. -
Uses of XsdEnum in org.xmlet.xsdparser.xsdelements.enums
Classes in org.xmlet.xsdparser.xsdelements.enums that implement XsdEnum Modifier and Type Class Description classBlockDefaultEnumAnEnumwith all the possible values for the blockDefault attribute ofXsdSchema.classBlockEnumAnEnumwith all the possible values for the block attribute.classComplexTypeBlockEnumAnEnumwith all the possible values for the block attribute ofXsdComplexType.classFinalDefaultEnumAnEnumwith all the possible values for the finalDefault attribute ofXsdSchema.classFinalEnumAnEnumwith all the possible values for the final attribute.classFormEnumAnEnumwith all the possible values for the form attribute.classSimpleTypeFinalEnumAnEnumwith all the possible values for the final attribute ofXsdSimpleType.classUsageEnumAnEnumwith all the possible values for the usage attribute.classWhiteSpaceEnumAnEnumwith all the possible values for the whiteSpace attribute.
-