com.plumtree.remote.prc
Class PropertyPickTypeIDs

java.lang.Object
  extended bycom.plumtree.remote.prc.PropertyPickTypeIDs

public class PropertyPickTypeIDs
extends java.lang.Object

Possible pick types for a Property. This is the type of selection available for values of this Property.


Field Summary
static int Invalid
          This is not a valid pick type.
static int ManagedList
          This is a list that can be managed in the UI.
static int None
          No pick type available.
static int Tree
          This is a tree that cannot be managed in the UI.
static int UnmanagedList
          This is a list that cannot be managed in the UI.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None
No pick type available.

See Also:
Constant Field Values

ManagedList

public static final int ManagedList
This is a list that can be managed in the UI.

See Also:
Constant Field Values

UnmanagedList

public static final int UnmanagedList
This is a list that cannot be managed in the UI.

See Also:
Constant Field Values

Tree

public static final int Tree
This is a tree that cannot be managed in the UI.

See Also:
Constant Field Values

Invalid

public static final int Invalid
This is not a valid pick type.

See Also:
Constant Field Values


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.