Enum Constant and Description |
---|
BALL_STICK |
CYL_SYMM_DT |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
The name of the model.
|
Modifier and Type | Method and Description |
---|---|
static DataModel |
getModel(java.lang.String s) |
java.lang.String |
toString() |
static DataModel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataModel CYL_SYMM_DT
public static final DataModel BALL_STICK
public static DataModel[] values()
for (DataModel c : DataModel.values()) System.out.println(c);
public static DataModel 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<DataModel>
public static DataModel getModel(java.lang.String s)