|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityType
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSetType
@JsonObject(value="DataSetType") public final class DataSetType
Immutable value object representing a data set type.
Nested Class Summary | |
---|---|
static class |
DataSetType.DataSetTypeInitializer
Class used to initialize a new DataSetType instance. |
Constructor Summary | |
---|---|
DataSetType(DataSetType.DataSetTypeInitializer initializer)
Creates a new instance with the provided initializer |
Method Summary | |
---|---|
DataSetKind |
getDataSetKind()
Returns the kind of data sets of this type. |
java.lang.String |
getMainDataSetPath()
Returns main data set path if defined. |
java.lang.String |
getMainDataSetPattern()
Returns main data set pattern if defined. |
boolean |
isDeletionDisallowed()
Returns true if deletion for data sets of this type are disallowed. |
java.lang.String |
toString()
|
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.EntityType |
---|
equals, getCode, getDescription, getPropertyTypeGroups, getValidationPluginInfo, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataSetType(DataSetType.DataSetTypeInitializer initializer)
java.lang.IllegalArgumentException
- if some of the required information is not provided.Method Detail |
---|
public boolean isDeletionDisallowed()
true
if deletion for data sets of this type are disallowed.
public DataSetKind getDataSetKind()
public java.lang.String getMainDataSetPattern()
public java.lang.String getMainDataSetPath()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |