Interface IAbstractType
-
- All Known Subinterfaces:
IDataSetType
,IDataSetTypeImmutable
,IEntityType
,IExperimentType
,IExperimentTypeImmutable
,IFileFormatType
,IFileFormatTypeImmutable
,IMaterialType
,IMaterialTypeImmutable
,IPropertyType
,IPropertyTypeImmutable
,ISampleType
,ISampleTypeImmutable
,IScript
,IScriptImmutable
- All Known Implementing Classes:
DataSetType
,DataSetTypeImmutable
,ExperimentType
,ExperimentTypeImmutable
,FileFormatType
,FileFormatTypeImmutable
,MaterialType
,MaterialTypeImmutable
,PropertyType
,PropertyTypeImmutable
,SampleType
,SampleTypeImmutable
,Script
,ScriptImmutable
public interface IAbstractType
A super-interface for entity and property types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCode()
Returns the type code.java.lang.String
getDescription()
Returns the type description.
-