|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ScreenType>
com.ibm.pim.view.ScreenType
public enum ScreenType
ScreenType denotes the different types of Screen in MDMPIM to which the user can specify particular attributes (via ScreenViews within a View)
View
,
ScreenView
Enum Constant Summary | |
---|---|
CATEGORY_MULTI_EDIT
Category Multi Edit Screen |
|
CATEGORY_SINGLE_EDIT
Category Single Edit Screen |
|
ITEM_LIST
Item List Screen |
|
ITEM_LOCATION_DATA
Item Location Data Screen |
|
ITEM_MULTI_EDIT
Item Multi Edit Screen |
|
ITEM_POPUP
Item Popup Screen |
|
ITEM_SINGLE_EDIT
Item Single Edit Screen |
Method Summary | |
---|---|
static ScreenType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScreenType[] |
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 ScreenType ITEM_SINGLE_EDIT
public static final ScreenType ITEM_MULTI_EDIT
public static final ScreenType ITEM_LIST
public static final ScreenType ITEM_POPUP
public static final ScreenType ITEM_LOCATION_DATA
public static final ScreenType CATEGORY_SINGLE_EDIT
public static final ScreenType CATEGORY_MULTI_EDIT
Method Detail |
---|
public static final ScreenType[] values()
for(ScreenType c : ScreenType.values()) System.out.println(c);
public static ScreenType 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 |