Class GenericDatasetTypeProperties


  • public final class GenericDatasetTypeProperties
    extends Object
    Properties specific to this dataset type.
    • Constructor Detail

      • GenericDatasetTypeProperties

        public GenericDatasetTypeProperties()
    • Method Detail

      • tableName

        public Object tableName()
        Get the tableName property: The table name. Type: string (or Expression with resultType string).
        Returns:
        the tableName value.
      • withTableName

        public GenericDatasetTypeProperties withTableName​(Object tableName)
        Set the tableName property: The table name. Type: string (or Expression with resultType string).
        Parameters:
        tableName - the tableName value to set.
        Returns:
        the GenericDatasetTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.