|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
com.infoengine.schema |
Uses of Range in com.infoengine.schema |
Methods in com.infoengine.schema that return Range | |
private static Range[] |
XMLUtils.processConstraints(Vector restrictions)
|
Range |
SimpleType.getRanges(int index)
Get a Range by index from the contained array of Ranges. |
Range[] |
SimpleType.getRanges()
Get the entire array of Ranges. |
Methods in com.infoengine.schema with parameters of type Range | |
void |
SimpleType.setRanges(int index,
Range r)
Set the value of a Range at an index in the contained array of Ranges. |
void |
SimpleType.setRanges(Range[] vals)
Set the array of Ranges. |
void |
SimpleType.addRange(Range r)
Add Range r to the end of the Ranges array. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |