com.plumtree.server
Class PT_PROPERTY_TYPES

java.lang.Object
  |
  +--com.plumtree.server.PT_PROPERTY_TYPES

public final class PT_PROPERTY_TYPES
extends java.lang.Object

Every Plumtree IPTProperty is typed with a value from this enum. These values can be passed into IPTProperty.Initialize, and are returned from IPTProperty.GetType

See Also:
IPTProperty

Field Summary
static int PT_PROPTYPE_DATE
           
static int PT_PROPTYPE_DOUBLE
           
static int PT_PROPTYPE_INVALID
           
static int PT_PROPTYPE_LONG
           
static int PT_PROPTYPE_REF
           
static int PT_PROPTYPE_STRING
           
 
Constructor Summary
PT_PROPERTY_TYPES()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_PROPTYPE_INVALID

public static final int PT_PROPTYPE_INVALID

PT_PROPTYPE_LONG

public static final int PT_PROPTYPE_LONG

PT_PROPTYPE_DOUBLE

public static final int PT_PROPTYPE_DOUBLE

PT_PROPTYPE_DATE

public static final int PT_PROPTYPE_DATE

PT_PROPTYPE_STRING

public static final int PT_PROPTYPE_STRING

PT_PROPTYPE_REF

public static final int PT_PROPTYPE_REF
Constructor Detail

PT_PROPERTY_TYPES

public PT_PROPERTY_TYPES()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.