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