Class SimpleColumn


  • public class SimpleColumn
    extends Column
    • Field Detail

      • functionType

        protected org.dashbuilder.dataset.group.AggregateFunctionType functionType
    • Constructor Detail

      • SimpleColumn

        public SimpleColumn​(String name)
      • SimpleColumn

        public SimpleColumn​(String name,
                            org.dashbuilder.dataset.ColumnType type,
                            int length)
    • Method Detail

      • getFunctionType

        public org.dashbuilder.dataset.group.AggregateFunctionType getFunctionType()
      • setFunctionType

        public void setFunctionType​(org.dashbuilder.dataset.group.AggregateFunctionType functionType)