Class TableDataPilotGroupsElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableDataPilotGroupsElement

        public TableDataPilotGroupsElement​(OdfFileDom ownerDoc)
        Create the instance of TableDataPilotGroupsElement
        Parameters:
        ownerDoc - The type is OdfFileDom
    • Method Detail

      • getTableDateEndAttribute

        public String getTableDateEndAttribute()
        Receives the value of the ODFDOM attribute representation TableDateEndAttribute , See @table:date-end
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableDateEndAttribute

        public void setTableDateEndAttribute​(String tableDateEndValue)
        Sets the value of ODFDOM attribute representation TableDateEndAttribute , See @table:date-end
        Parameters:
        tableDateEndValue - The type is String
      • getTableDateStartAttribute

        public String getTableDateStartAttribute()
        Receives the value of the ODFDOM attribute representation TableDateStartAttribute , See @table:date-start
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableDateStartAttribute

        public void setTableDateStartAttribute​(String tableDateStartValue)
        Sets the value of ODFDOM attribute representation TableDateStartAttribute , See @table:date-start
        Parameters:
        tableDateStartValue - The type is String
      • getTableEndAttribute

        public Double getTableEndAttribute()
        Receives the value of the ODFDOM attribute representation TableEndAttribute , See @table:end
        Returns:
        - the Double , the value or null, if the attribute is not set and no default value defined.
      • setTableEndAttribute

        public void setTableEndAttribute​(Double tableEndValue)
        Sets the value of ODFDOM attribute representation TableEndAttribute , See @table:end
        Parameters:
        tableEndValue - The type is Double
      • getTableGroupedByAttribute

        public String getTableGroupedByAttribute()
        Receives the value of the ODFDOM attribute representation TableGroupedByAttribute , See @table:grouped-by

        Attribute is mandatory.

        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableGroupedByAttribute

        public void setTableGroupedByAttribute​(String tableGroupedByValue)
        Sets the value of ODFDOM attribute representation TableGroupedByAttribute , See @table:grouped-by
        Parameters:
        tableGroupedByValue - The type is String
      • getTableSourceFieldNameAttribute

        public String getTableSourceFieldNameAttribute()
        Receives the value of the ODFDOM attribute representation TableSourceFieldNameAttribute , See @table:source-field-name

        Attribute is mandatory.

        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableSourceFieldNameAttribute

        public void setTableSourceFieldNameAttribute​(String tableSourceFieldNameValue)
        Sets the value of ODFDOM attribute representation TableSourceFieldNameAttribute , See @table:source-field-name
        Parameters:
        tableSourceFieldNameValue - The type is String
      • getTableStartAttribute

        public Double getTableStartAttribute()
        Receives the value of the ODFDOM attribute representation TableStartAttribute , See @table:start
        Returns:
        - the Double , the value or null, if the attribute is not set and no default value defined.
      • setTableStartAttribute

        public void setTableStartAttribute​(Double tableStartValue)
        Sets the value of ODFDOM attribute representation TableStartAttribute , See @table:start
        Parameters:
        tableStartValue - The type is Double
      • getTableStepAttribute

        public Double getTableStepAttribute()
        Receives the value of the ODFDOM attribute representation TableStepAttribute , See @table:step

        Attribute is mandatory.

        Returns:
        - the Double , the value or null, if the attribute is not set and no default value defined.
      • setTableStepAttribute

        public void setTableStepAttribute​(Double tableStepValue)
        Sets the value of ODFDOM attribute representation TableStepAttribute , See @table:step
        Parameters:
        tableStepValue - The type is Double
      • accept

        public void accept​(ElementVisitor visitor)
        Description copied from class: OdfElement
        Accept an visitor instance to allow the visitor to do some operations. Refer to visitor design pattern to get a better understanding.
        Overrides:
        accept in class OdfElement
        Parameters:
        visitor - an instance of DefaultElementVisitor