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 IAbstractTypeA super-interface for entity and property types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCode()Returns the type code.java.lang.StringgetDescription()Returns the type description.
-