public class DateType extends PrimitiveType
Modifier and Type | Field and Description |
---|---|
static String |
ID |
static DateType |
INSTANCE |
EMPTY_SUPERTYPES, F_NOTNULL, F_READONLY
Constructor and Description |
---|
DateType() |
Modifier and Type | Method and Description |
---|---|
Object |
convert(Object value)
Converts the given value to an object compatible with the associated type.
|
Object |
decode(String str)
Decodes the string representation into an object of this type.
|
String |
encode(Object object)
Encodes the given object that is assumed to be of this type into a string
representation.
|
boolean |
validate(Object object)
Tests whether the given object is of this type.
|
getPrimitiveType, getRef, getSuperType, getTypeHierarchy, isPrimitive, isSimpleType
getHelper, getName, getSchema, getSchemaName, isAny, isAnyType, isComplexType, isCompositeType, isListType, isNotNull, isReadOnly, isSuperTypeOf, newInstance, setNotNull, setReadOnly
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHelper, getName, getSchema, getSchemaName, isAnyType, isComplexType, isCompositeType, isListType, isNotNull, isReadOnly, isSuperTypeOf, newInstance
public static final String ID
public static final DateType INSTANCE
public boolean validate(Object object)
Type
validate
in interface Type
validate
in class PrimitiveType
object
- the object to testpublic Object convert(Object value)
ValueConverter
value
- the value to convertpublic Object decode(String str)
Type
Returns null if the string can not be decoded.
decode
in interface Type
decode
in class AbstractType
str
- the string to decodepublic String encode(Object object)
Type
Null is returned if the object cannot be converted.
encode
in interface Type
encode
in class AbstractType
object
- the object to convertCopyright © 2011 Nuxeo SA. All Rights Reserved.