public enum WPSMenuType extends Enum<WPSMenuType>
| Enum Constant and Description |
|---|
COMPUTATIONS |
EXPERIMENT |
INPUT_SPACE |
MENU |
| Modifier and Type | Method and Description |
|---|---|
static WPSMenuType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WPSMenuType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WPSMenuType MENU
public static final WPSMenuType INPUT_SPACE
public static final WPSMenuType EXPERIMENT
public static final WPSMenuType COMPUTATIONS
public static WPSMenuType[] values()
for (WPSMenuType c : WPSMenuType.values()) System.out.println(c);
public static WPSMenuType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All Rights Reserved.