org.eclipse.emf.ecore.xml.type.internal
Class DataValue.TypeValidator
java.lang.Object
org.eclipse.emf.ecore.xml.type.internal.DataValue.TypeValidator
- Enclosing class:
- DataValue
public static class DataValue.TypeValidator
- extends java.lang.Object
Method Summary |
static int |
getDigit(char ch)
|
static boolean |
isDigit(char ch)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LESS_THAN
public static final short LESS_THAN
- See Also:
- Constant Field Values
EQUAL
public static final short EQUAL
- See Also:
- Constant Field Values
GREATER_THAN
public static final short GREATER_THAN
- See Also:
- Constant Field Values
INDETERMINATE
public static final short INDETERMINATE
- See Also:
- Constant Field Values
DataValue.TypeValidator
public DataValue.TypeValidator()
isDigit
public static final boolean isDigit(char ch)
getDigit
public static final int getDigit(char ch)