@JsonObject(value="DataSetOwnerType") public static enum NewDataSetDTO.DataSetOwnerType extends java.lang.Enum<NewDataSetDTO.DataSetOwnerType>
| Enum Constant and Description |
|---|
DATA_SET |
EXPERIMENT |
SAMPLE |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
toString() |
static NewDataSetDTO.DataSetOwnerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NewDataSetDTO.DataSetOwnerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NewDataSetDTO.DataSetOwnerType EXPERIMENT
public static final NewDataSetDTO.DataSetOwnerType SAMPLE
public static final NewDataSetDTO.DataSetOwnerType DATA_SET
public static NewDataSetDTO.DataSetOwnerType[] values()
for (NewDataSetDTO.DataSetOwnerType c : NewDataSetDTO.DataSetOwnerType.values()) System.out.println(c);
public static NewDataSetDTO.DataSetOwnerType 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 abstract java.lang.String toString()
toString in class java.lang.Enum<NewDataSetDTO.DataSetOwnerType>