com.plumtree.server
Class PT_PROPERTY_TYPES

java.lang.Object
  extended by 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

Author:
michaels
See Also:
IPTProperty

Field Summary
static int PT_PROPTYPE_DATE
           
static int PT_PROPTYPE_DOUBLE
           
static int PT_PROPTYPE_ENCRYPTED
           
static int PT_PROPTYPE_INVALID
           
static int PT_PROPTYPE_LONG
           
static int PT_PROPTYPE_MEMBERSHIP
           
static int PT_PROPTYPE_REF
           
static int PT_PROPTYPE_STRING
           
 
Constructor Summary
PT_PROPERTY_TYPES()
           
 
Method Summary
 
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
See Also:
Constant Field Values

PT_PROPTYPE_LONG

public static final int PT_PROPTYPE_LONG
See Also:
Constant Field Values

PT_PROPTYPE_DOUBLE

public static final int PT_PROPTYPE_DOUBLE
See Also:
Constant Field Values

PT_PROPTYPE_DATE

public static final int PT_PROPTYPE_DATE
See Also:
Constant Field Values

PT_PROPTYPE_STRING

public static final int PT_PROPTYPE_STRING
See Also:
Constant Field Values

PT_PROPTYPE_ENCRYPTED

public static final int PT_PROPTYPE_ENCRYPTED
See Also:
Constant Field Values

PT_PROPTYPE_REF

public static final int PT_PROPTYPE_REF
See Also:
Constant Field Values

PT_PROPTYPE_MEMBERSHIP

public static final int PT_PROPTYPE_MEMBERSHIP
See Also:
Constant Field Values
Constructor Detail

PT_PROPERTY_TYPES

public PT_PROPERTY_TYPES()