public abstract class EnumConstruct extends ValueConstruct
ValueConstruct
where the attribute values are constrained to a discrete set of valid
values.| Modifier and Type | Method and Description |
|---|---|
void |
setValue(java.lang.String v)
Sets the value.
|
equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributesdisableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutablepublic void setValue(java.lang.String v)
throws java.lang.IllegalArgumentException
ValueConstructsetValue in class ValueConstructv - new value for the value construct or null to reset.java.lang.IllegalArgumentException - if the value is invalid for the construct.