com.plumtree.server
Class PT_PICKTABLE_TYPES

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

public final class PT_PICKTABLE_TYPES
extends java.lang.Object

Enumerates the allowed types of picklist tables. When Properties are associated with picklists, the administrator must specify the type of the picklist as a choice from this enum.


Field Summary
static int PT_PICKTABLE_TYPE_INVALID
           
static int PT_PICKTABLE_TYPE_MANAGED_PICKLIST
           
static int PT_PICKTABLE_TYPE_NONE
           
static int PT_PICKTABLE_TYPE_PICKTREE
           
static int PT_PICKTABLE_TYPE_UNMANAGED_PICKLIST
           
 
Constructor Summary
PT_PICKTABLE_TYPES()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_PICKTABLE_TYPE_NONE

public static final int PT_PICKTABLE_TYPE_NONE

PT_PICKTABLE_TYPE_MANAGED_PICKLIST

public static final int PT_PICKTABLE_TYPE_MANAGED_PICKLIST

PT_PICKTABLE_TYPE_UNMANAGED_PICKLIST

public static final int PT_PICKTABLE_TYPE_UNMANAGED_PICKLIST

PT_PICKTABLE_TYPE_PICKTREE

public static final int PT_PICKTABLE_TYPE_PICKTREE

PT_PICKTABLE_TYPE_INVALID

public static final int PT_PICKTABLE_TYPE_INVALID
Constructor Detail

PT_PICKTABLE_TYPES

public PT_PICKTABLE_TYPES()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.