Modifier and Type | Field and Description |
---|---|
public static final short | |
public static final short | |
public static final short | |
public static final short | |
private static final boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | |
public int | |
public abstract Object | |
public abstract short | |
private int | |
public int | |
public static final int | |
public int | |
public int | |
public static final boolean | |
public boolean |
EQUAL | back to summary |
---|---|
public static final short EQUAL |
GREATER_THAN | back to summary |
---|---|
public static final short GREATER_THAN |
INDETERMINATE | back to summary |
---|---|
public static final short INDETERMINATE |
LESS_THAN | back to summary |
---|---|
public static final short LESS_THAN |
USE_CODE_POINT_COUNT_FOR_STRING_LENGTH | back to summary |
---|---|
private static final boolean USE_CODE_POINT_COUNT_FOR_STRING_LENGTH |
TypeValidator | back to summary |
---|---|
public TypeValidator() |
checkExtraRules | back to summary |
---|---|
public void checkExtraRules(Object value, ValidationContext context) throws InvalidDatatypeValueException |
compare | back to summary |
---|---|
public int compare(Object value1, Object value2) |
getActualValue | back to summary |
---|---|
public abstract Object getActualValue(String content, ValidationContext context) throws InvalidDatatypeValueException |
getAllowedFacets | back to summary |
---|---|
public abstract short getAllowedFacets() |
getCodePointLength | back to summary |
---|---|
private int getCodePointLength(String value) |
getDataLength | back to summary |
---|---|
public int getDataLength(Object value) |
getDigit | back to summary |
---|---|
public static final int getDigit(char ch) |
getFractionDigits | back to summary |
---|---|
public int getFractionDigits(Object value) |
getTotalDigits | back to summary |
---|---|
public int getTotalDigits(Object value) |
isDigit | back to summary |
---|---|
public static final boolean isDigit(char ch) |
isIdentical | back to summary |
---|---|
public boolean isIdentical(Object value1, Object value2) |