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

    Modifier and Type
    Method
    Description
    Returns the type code.
    Returns the type description.
  • Method Details

    • getCode

      String getCode()
      Returns the type code.
    • getDescription

      String getDescription()
      Returns the type description.