javax.rad.type
Class TimestampType
java.lang.Object
javax.rad.type.AbstractType<T>
javax.rad.type.AbstractDateType<Timestamp>
javax.rad.type.TimestampType
- All Implemented Interfaces:
- IType<Timestamp>
public class TimestampType
- extends AbstractDateType<Timestamp>
The TimestampType is a platform independent definition of Timestamp.
|
Constructor Summary |
TimestampType()
Constructs a new TimestampType. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimestampType
public TimestampType()
- Constructs a new
TimestampType.
getTypeClass
public Class<Timestamp> getTypeClass()
- Returns the class used by this type.
- Returns:
- the class used by this type.
valueOf
public Timestamp valueOf(Object pObject)
- Converts the object to an
Object which is an instance of type class.
- Specified by:
valueOf in interface IType<Timestamp>- Overrides:
valueOf in class AbstractType<Timestamp>
- Parameters:
pObject - the Object to convert
- Returns:
- the
Object which is an instance of type class.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.