org.openmuc.framework.webui.spi
public static enum View.viewtype extends java.lang.Enum<View.viewtype>
Modifier and Type | Method and Description |
---|---|
static View.viewtype |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static View.viewtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final View.viewtype PLUGIN
public static final View.viewtype AJAX
public static final View.viewtype REDIRECT
public static final View.viewtype OTHERS
public static View.viewtype[] values()
for (View.viewtype c : View.viewtype.values()) System.out.println(c);
public static View.viewtype 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 namejava.lang.NullPointerException
- if the argument is null