public enum ComputationsPropertiesType extends Enum<ComputationsPropertiesType>
| Enum Constant and Description |
|---|
END_DATE |
EXECUTION_TYPE |
OPERATOR_NAME |
START_DATE |
STATUS |
VRE |
| Modifier and Type | Method and Description |
|---|---|
static ComputationsPropertiesType |
getFromId(String id) |
String |
getLabel() |
String |
toString() |
static ComputationsPropertiesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputationsPropertiesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputationsPropertiesType OPERATOR_NAME
public static final ComputationsPropertiesType START_DATE
public static final ComputationsPropertiesType END_DATE
public static final ComputationsPropertiesType STATUS
public static final ComputationsPropertiesType EXECUTION_TYPE
public static final ComputationsPropertiesType VRE
public static ComputationsPropertiesType[] values()
for (ComputationsPropertiesType c : ComputationsPropertiesType.values()) System.out.println(c);
public static ComputationsPropertiesType 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 toString()
toString in class Enum<ComputationsPropertiesType>public String getLabel()
public static ComputationsPropertiesType getFromId(String id)
Copyright © 2019. All Rights Reserved.