|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Selection.Type>
com.ibm.pim.selection.Selection.Type
public static enum Selection.Type
Enumeration listing types of Selections
Enum Constant Summary | |
---|---|
DYNAMIC_COLLABORATION_ITEM_SELECTION
Represents a dynamic collaboration item selection that returns collaboration items from a collaboration area based on the query that is used to create the selection. |
|
DYNAMIC_ITEM_SELECTION
Represents a dynamic selection that returns items from a catalog based on the query that is used to create the selection. |
|
STATIC_ITEM_SELECTION
Represents a static selection that returns items from a catalog based on the items added to the selection. |
Method Summary | |
---|---|
static Selection.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Selection.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Selection.Type STATIC_ITEM_SELECTION
public static final Selection.Type DYNAMIC_ITEM_SELECTION
public static final Selection.Type DYNAMIC_COLLABORATION_ITEM_SELECTION
Method Detail |
---|
public static final Selection.Type[] values()
for(Selection.Type c : Selection.Type.values()) System.out.println(c);
public static Selection.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |