public static enum ModelCouch.ApplicationType extends java.lang.Enum<ModelCouch.ApplicationType>
| Enum Constant and Description |
|---|
JavaFX |
StandAlone |
| Modifier and Type | Method and Description |
|---|---|
static ModelCouch.ApplicationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelCouch.ApplicationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelCouch.ApplicationType StandAlone
public static final ModelCouch.ApplicationType JavaFX
public static ModelCouch.ApplicationType[] values()
for (ModelCouch.ApplicationType c : ModelCouch.ApplicationType.values()) System.out.println(c);
public static ModelCouch.ApplicationType 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