Interface IDataSetTypeImmutable

All Superinterfaces:
IAbstractType, IEntityType
All Known Subinterfaces:
IDataSetType
All Known Implementing Classes:
DataSetType, DataSetTypeImmutable

public interface IDataSetTypeImmutable extends IEntityType
Read-only interface to an data set type.
  • Method Details

    • getDescription

      String getDescription()
      Get the description for this data set type.
      Specified by:
      getDescription in interface IAbstractType
    • getMainDataSetPattern

      String getMainDataSetPattern()
      Get the main data set pattern for this data set type.
    • getMainDataSetPath

      String getMainDataSetPath()
      Get the main data set path for this data set type.
    • isDeletionDisallowed

      boolean isDeletionDisallowed()
      Returns true if deletion of data sets of this type are disallowed.