org.progeeks.meta
Class DateTimeType

java.lang.Object
  extended by org.progeeks.meta.ClassPropertyType
      extended by org.progeeks.meta.DateTimeType
All Implemented Interfaces:
java.io.Serializable, PropertyType

public class DateTimeType
extends ClassPropertyType

Property type implementation that represents a Date and Time value. This allows a Date property to be rendered or edited differently based on the fact that it represent both the date and the time.

Version:
$Revision: 1.2 $
Author:
Dave Sheremata
See Also:
Serialized Form

Constructor Summary
DateTimeType()
           
 
Method Summary
 
Methods inherited from class org.progeeks.meta.ClassPropertyType
convertPrimitive, createRawSuperTypeIterator, equals, getBaseClass, getSuperTypes, hashCode, isAssignableFrom, isInstance, toString, wrapRawSuperType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateTimeType

public DateTimeType()


Copyright © 2002-2003 Paul Speed. All Rights Reserved.