org.progeeks.meta
Class LongStringType

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

public class LongStringType
extends ClassPropertyType

Property type implementation that represents a long string value. This allows a regular string property to be rendered or edited differently based on the fact that it generally has more data.

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

Constructor Summary
LongStringType()
           
 
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

LongStringType

public LongStringType()


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