org.progeeks.meta.type
Class PercentType

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

public class PercentType
extends ClassPropertyType

Special class of double/float used for representing percentages.

Version:
$Revision: 1.2 $
Author:
Paul Speed
See Also:
Serialized Form

Constructor Summary
PercentType()
          Creates a percentage type of base class Double.
PercentType(java.lang.Class baseType)
          Creates a percentage type with the specified base class.
 
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

PercentType

public PercentType()
Creates a percentage type of base class Double.


PercentType

public PercentType(java.lang.Class baseType)
Creates a percentage type with the specified base class.



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