All Superinterfaces:
IAbstractType, IDataSetTypeImmutable, IEntityType, IEntityTypeMutable
All Known Implementing Classes:
DataSetType

public interface IDataSetType extends IDataSetTypeImmutable, IEntityTypeMutable
  • Method Details

    • setDescription

      void setDescription(String description)
      Set the description for this data set type.
    • setMainDataSetPattern

      void setMainDataSetPattern(String mainDataSetPattern)
      Set the main data set pattern for this data set type.
    • setMainDataSetPath

      void setMainDataSetPath(String mainDataSetPath)
      Set the main data set path for this data set type.
    • setDeletionDisallowed

      void setDeletionDisallowed(boolean deletionDisallowed)
      Sets to true if deletion of data sets of this type should be disallowed.