Class DataTypeDefinitions


  • public final class DataTypeDefinitions
    extends Object
    The data type definition.
    • Constructor Detail

      • DataTypeDefinitions

        public DataTypeDefinitions()
    • Method Detail

      • dataType

        public String dataType()
        Get the dataType property: The data type name.
        Returns:
        the dataType value.
      • withDataType

        public DataTypeDefinitions withDataType​(String dataType)
        Set the dataType property: The data type name.
        Parameters:
        dataType - the dataType value to set.
        Returns:
        the DataTypeDefinitions object itself.
      • validate

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