public static enum Perspective.Views extends Enum<Perspective.Views>
Enum Constant and Description |
---|
COMPARE_BASKET_VIEW |
DETAILS_VIEW |
ERROR_VIEW |
HISTORY_VIEW |
INSPECTOR_VIEW |
NAVIGATOR_VIEW |
NOTES_VIEW |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
static Perspective.Views |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Perspective.Views[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Perspective.Views HISTORY_VIEW
public static final Perspective.Views DETAILS_VIEW
public static final Perspective.Views NOTES_VIEW
public static final Perspective.Views INSPECTOR_VIEW
public static final Perspective.Views NAVIGATOR_VIEW
public static final Perspective.Views COMPARE_BASKET_VIEW
public static final Perspective.Views ERROR_VIEW
public static Perspective.Views[] values()
for (Perspective.Views c : Perspective.Views.values()) System.out.println(c);
public static Perspective.Views 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 nullpublic String getId()