org.whattf.datatype
Class DateOrTime
java.lang.Object
org.whattf.datatype.AbstractDatatype
org.whattf.datatype.AbstractDatetime
org.whattf.datatype.DateOrTime
- All Implemented Interfaces:
- Datatype
public class DateOrTime
- extends AbstractDatetime
Methods inherited from class org.whattf.datatype.AbstractDatatype |
checkValid, createStreamingValidator, createValue, getIdType, isContextDependent, isValid, isWhitespace, sameValue, toAsciiLowerCase, toAsciiLowerCase, valueHashCode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THE_INSTANCE
public static final DateOrTime THE_INSTANCE
- The singleton instance.
THE_PATTERN
private static final Pattern THE_PATTERN
- The rexexp for this datatype.
DateOrTime
protected DateOrTime()
getPattern
protected Pattern getPattern()
- Specified by:
getPattern
in class AbstractDatetime