Class DataSetType
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityType
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSetType
- All Implemented Interfaces:
Serializable
Immutable value object representing a data set type.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classClass used to initialize a newDataSetTypeinstance. -
Constructor Summary
ConstructorsConstructorDescriptionDataSetType(DataSetType.DataSetTypeInitializer initializer) Creates a new instance with the provided initializer -
Method Summary
Modifier and TypeMethodDescriptionReturns main data set path if defined.Returns main data set pattern if defined.booleanReturnstrueif deletion for data sets of this type are disallowed.toString()Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityType
equals, getCode, getDescription, getPropertyTypeGroups, getValidationPluginInfo, hashCode
-
Constructor Details
-
Method Details