org.whattf.datatype
Class DateOrTimeContent
java.lang.Object
  
org.whattf.datatype.AbstractDatatype
      
org.whattf.datatype.AbstractDatetime
          
org.whattf.datatype.DateOrTimeContent
- All Implemented Interfaces: 
 - Datatype
 
public class DateOrTimeContent
- 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 DateOrTimeContent THE_INSTANCE
- The singleton instance.
 
i
public int i
THE_PATTERN
private static final Pattern THE_PATTERN
- The rexexp for this datatype.
 
DateOrTimeContent
protected DateOrTimeContent()
getPattern
protected Pattern getPattern()
- Specified by:
 getPattern in class AbstractDatetime