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
The superinterface for all entity types (as opposed to property types).
-
Method Summary
Modifier and TypeMethodDescriptionReturn the entity kind.Return the validation script for this typeMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IAbstractType
getCode, getDescription
-
Method Details
-
getEntityKind
EntityKind getEntityKind()Return the entity kind. -
getValidationScript
IScriptImmutable getValidationScript()Return the validation script for this type
-