Enum Class ObjectKind
java.lang.Object
java.lang.Enum<ObjectKind>
ch.ethz.sis.openbis.generic.asapi.v3.dto.objectkindmodification.ObjectKind
- All Implemented Interfaces:
Serializable,Comparable<ObjectKind>,Constable
@JsonObject("as.dto.objectkindmodification.ObjectKind")
public enum ObjectKind
extends Enum<ObjectKind>
Enumeration of object kinds. An object kind is an attribute an object (like a sample, a data set type or a vocabulary term) which can be created,
deleted or updated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectKindReturns the enum constant of this class with the specified name.static ObjectKind[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUTHORIZATION_GROUP
-
SAMPLE
-
EXPERIMENT
-
DATA_SET
-
SAMPLE_TYPE
-
EXPERIMENT_TYPE
-
DATASET_TYPE
-
PROJECT
-
SPACE
-
PROPERTY_TYPE
-
PROPERTY_TYPE_ASSIGNMENT
-
VOCABULARY
-
VOCABULARY_TERM
-
ROLE_ASSIGNMENT
-
PERSON
-
GRID_CUSTOM_FILTER
-
GRID_CUSTOM_COLUMN
-
SCRIPT
-
DELETION
-
POSTREGISTRATION_QUEUE
-
QUERY
-
METAPROJECT
-
PERSONAL_ACCESS_TOKEN
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-