com.plumtree.server
Class PT_PICKTABLE_TYPES

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

Author:
michaels

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()
           
 
Method Summary
 
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
See Also:
Constant Field Values

PT_PICKTABLE_TYPE_MANAGED_PICKLIST

public static final int PT_PICKTABLE_TYPE_MANAGED_PICKLIST
See Also:
Constant Field Values

PT_PICKTABLE_TYPE_UNMANAGED_PICKLIST

public static final int PT_PICKTABLE_TYPE_UNMANAGED_PICKLIST
See Also:
Constant Field Values

PT_PICKTABLE_TYPE_PICKTREE

public static final int PT_PICKTABLE_TYPE_PICKTREE
See Also:
Constant Field Values

PT_PICKTABLE_TYPE_INVALID

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

PT_PICKTABLE_TYPES

public PT_PICKTABLE_TYPES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.