| Package | Description |
|---|---|
| org.xmlet.xsdparser.xsdelements | |
| org.xmlet.xsdparser.xsdelements.enums |
| Modifier and Type | Method | Description |
|---|---|---|
static <T extends XsdEnum> |
AttributeValidations.belongsToEnum(XsdEnum<T> instance,
String value) |
Verifies if a given value is present in a given
Enum type. |
| Modifier and Type | Method | Description |
|---|---|---|
static <T extends XsdEnum> |
AttributeValidations.belongsToEnum(XsdEnum<T> instance,
String value) |
Verifies if a given value is present in a given
Enum type. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BlockDefaultEnum |
|
class |
BlockEnum |
An
Enum with all the possible values for the block attribute. |
class |
ComplexTypeBlockEnum |
An
Enum with all the possible values for the block attribute of XsdComplexType. |
class |
FinalDefaultEnum |
|
class |
FinalEnum |
An
Enum with all the possible values for the final attribute. |
class |
FormEnum |
An
Enum with all the possible values for the form attribute. |
class |
SimpleTypeFinalEnum |
An
Enum with all the possible values for the final attribute of XsdSimpleType. |
class |
UsageEnum |
An
Enum with all the possible values for the usage attribute. |
class |
WhiteSpaceEnum |
An
Enum with all the possible values for the whiteSpace attribute. |
Copyright © 2018. All rights reserved.