public enum ModelInstanceColumn extends Enum<ModelInstanceColumn>
Enum Constant and Description |
---|
FINISH_DATE
The finish date.
|
ID
The id.
|
MODEL_NAME
The model name.
|
MODEL_VERSION
The model version.
|
START_DATE
The start date.
|
STATE
The state.
|
Modifier and Type | Method and Description |
---|---|
static ModelInstanceColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelInstanceColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelInstanceColumn ID
public static final ModelInstanceColumn START_DATE
public static final ModelInstanceColumn FINISH_DATE
public static final ModelInstanceColumn MODEL_NAME
public static final ModelInstanceColumn MODEL_VERSION
public static final ModelInstanceColumn STATE
public static ModelInstanceColumn[] values()
for (ModelInstanceColumn c : ModelInstanceColumn.values()) System.out.println(c);
public static ModelInstanceColumn 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 © 2007-2020 Whitestein Technologies. All Rights Reserved.