Method Summary |
|
Enumeration | allowedValues() Returns an enumeration over the allowed values
if this was declared as an enumerated type, and null otherwise. |
String | getDefaultUnnormalizedValue() Returns the unnormalized default value
or null if no default value was specified. |
String | getDefaultValue() Returns the normalized default value
or null if no default value was specified. |
byte | getType() Returns an integer corresponding to the type of the attribute. |
boolean | isRequired() Returns true if the attribute was #REQUIRED or #FIXED. |