Class DatasetDataElement


  • public final class DatasetDataElement
    extends Object
    Columns that define the structure of the dataset.
    • Constructor Detail

      • DatasetDataElement

        public DatasetDataElement()
    • Method Detail

      • getName

        public Object getName()
        Get the name property: Name of the column. Type: string (or Expression with resultType string).
        Returns:
        the name value.
      • setName

        public DatasetDataElement setName​(Object name)
        Set the name property: Name of the column. Type: string (or Expression with resultType string).
        Parameters:
        name - the name value to set.
        Returns:
        the DatasetDataElement object itself.
      • getType

        public Object getType()
        Get the type property: Type of the column. Type: string (or Expression with resultType string).
        Returns:
        the type value.
      • setType

        public DatasetDataElement setType​(Object type)
        Set the type property: Type of the column. Type: string (or Expression with resultType string).
        Parameters:
        type - the type value to set.
        Returns:
        the DatasetDataElement object itself.