Interface IEntityType
-
- All Superinterfaces:
IAbstractType
- All Known Subinterfaces:
IDataSetType
,IDataSetTypeImmutable
,IExperimentType
,IExperimentTypeImmutable
,IMaterialType
,IMaterialTypeImmutable
,ISampleType
,ISampleTypeImmutable
- All Known Implementing Classes:
DataSetType
,DataSetTypeImmutable
,ExperimentType
,ExperimentTypeImmutable
,MaterialType
,MaterialTypeImmutable
,SampleType
,SampleTypeImmutable
public interface IEntityType extends IAbstractType
The superinterface for all entity types (as opposed to property types).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityKind
getEntityKind()
Return the entity kind.IScriptImmutable
getValidationScript()
Return the validation script for this type-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IAbstractType
getCode, getDescription
-
-
-
-
Method Detail
-
getEntityKind
EntityKind getEntityKind()
Return the entity kind.
-
getValidationScript
IScriptImmutable getValidationScript()
Return the validation script for this type
-
-