Interface IDataSetTypeImmutable
- All Superinterfaces:
IAbstractType,IEntityType
- All Known Subinterfaces:
IDataSetType
- All Known Implementing Classes:
DataSetType,DataSetTypeImmutable
Read-only interface to an data set type.
-
Method Summary
Modifier and TypeMethodDescriptionGet the description for this data set type.Get the main data set path for this data set type.Get the main data set pattern for this data set type.booleanReturnstrueif deletion of data sets of this type are disallowed.Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IAbstractType
getCodeMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityType
getEntityKind, getValidationScript
-
Method Details
-
getDescription
String getDescription()Get the description for this data set type.- Specified by:
getDescriptionin interfaceIAbstractType
-
getMainDataSetPattern
String getMainDataSetPattern()Get the main data set pattern for this data set type. -
getMainDataSetPath
String getMainDataSetPath()Get the main data set path for this data set type. -
isDeletionDisallowed
boolean isDeletionDisallowed()Returnstrueif deletion of data sets of this type are disallowed.
-