public static class XSDDecimal.DecimalValueSpace extends AbstractValueSpace implements ValueSpace
EQ, GT, LT, SIZE_INF, SIZE_ONE, SIZE_ZEROINFINITE| Constructor and Description |
|---|
XSDDecimal.DecimalValueSpace(boolean fractionDigits) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object a,
Object b) |
int |
count_(Object start,
Object end) |
int |
count(Object start,
Object end) |
String |
getLexicalForm(Object value) |
Object |
getValue(String literal) |
boolean |
isValid(Object value) |
Object |
succ(Object start,
int n) |
compareInternal, countInternal, getMaxValue, getMidValue, getMinValue, isInfinite, isInfiniteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxValue, getMidValue, getMinValue, isInfinite, isInfiniteequalspublic XSDDecimal.DecimalValueSpace(boolean fractionDigits)
public boolean isValid(Object value)
isValid in interface ValueSpacepublic Object getValue(String literal)
getValue in interface ValueSpacepublic int compare(Object a, Object b)
compare in interface Comparatorcompare in interface ValueSpacepublic int count(Object start, Object end)
count in interface ValueSpacepublic Object succ(Object start, int n)
succ in interface ValueSpacepublic String getLexicalForm(Object value)
getLexicalForm in interface ValueSpaceCopyright © 2013. All Rights Reserved.