Class TableDataPilotGroupsElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class TableDataPilotGroupsElement extends OdfElement
DOM implementation of OpenDocument element <table:data-pilot-groups>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • TableDataPilotGroupsElement

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

    • getOdfName

      public OdfName getOdfName()
      Get the element name
      Specified by:
      getOdfName in class OdfElement
      Returns:
      return OdfName the name of element <table:data-pilot-groups>.
    • 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
    • newTableDataPilotGroupElement

      public TableDataPilotGroupElement newTableDataPilotGroupElement(String tableNameValue)
      Create child element <table:data-pilot-group>.
      Parameters:
      tableNameValue - the String value of TableNameAttribute, see @table:name at specification Child element is mandatory.
      Returns:
      the element <table:data-pilot-group>
    • accept

      public void accept(ElementVisitor visitor)
      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