|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumeratedValue | |
com.infoengine.schema |
Uses of EnumeratedValue in com.infoengine.schema |
Methods in com.infoengine.schema that return EnumeratedValue | |
private static EnumeratedValue[] |
XMLUtils.processEnumeration(Element restriction,
String resourceBundle)
|
EnumeratedValue |
SimpleType.getDefaultEnumeratedValue()
Get the default enumerated value. |
EnumeratedValue |
SimpleType.getValues(int index)
Get an EnumeratedValue by index from the array of contained EnumeratedValue. |
EnumeratedValue[] |
SimpleType.getValues()
Get the entire list of EnumeratedValues |
EnumeratedValue |
SimpleType.getEnumeratedValueByValue(String value)
Get an EnumeratedValue instance by its value. |
Methods in com.infoengine.schema with parameters of type EnumeratedValue | |
void |
SimpleType.setValues(int index,
EnumeratedValue ev)
Set the value of the EnumeratedValue at index in the array of contained EnumeratedValues. |
void |
SimpleType.setValues(EnumeratedValue[] vals)
Set the entire array of EnumeratedValues. |
void |
SimpleType.addValue(EnumeratedValue ev)
Add EnumeratedValue ev to the end of the Values array. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |