Class TableDataPilotFieldReferenceElement

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

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

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • TableDataPilotFieldReferenceElement

      public TableDataPilotFieldReferenceElement(OdfFileDom ownerDoc)
      Create the instance of TableDataPilotFieldReferenceElement
      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-field-reference>.
    • getTableFieldNameAttribute

      public String getTableFieldNameAttribute()
      Receives the value of the ODFDOM attribute representation TableFieldNameAttribute , See @table:field-name

      Attribute is mandatory.

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

      public void setTableFieldNameAttribute(String tableFieldNameValue)
      Sets the value of ODFDOM attribute representation TableFieldNameAttribute , See @table:field-name
      Parameters:
      tableFieldNameValue - The type is String
    • getTableMemberNameAttribute

      public String getTableMemberNameAttribute()
      Receives the value of the ODFDOM attribute representation TableMemberNameAttribute , See @table:member-name
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setTableMemberNameAttribute

      public void setTableMemberNameAttribute(String tableMemberNameValue)
      Sets the value of ODFDOM attribute representation TableMemberNameAttribute , See @table:member-name
      Parameters:
      tableMemberNameValue - The type is String
    • getTableMemberTypeAttribute

      public String getTableMemberTypeAttribute()
      Receives the value of the ODFDOM attribute representation TableMemberTypeAttribute , See @table:member-type

      Attribute is mandatory.

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

      public void setTableMemberTypeAttribute(String tableMemberTypeValue)
      Sets the value of ODFDOM attribute representation TableMemberTypeAttribute , See @table:member-type
      Parameters:
      tableMemberTypeValue - The type is String
    • getTableTypeAttribute

      public String getTableTypeAttribute()
      Receives the value of the ODFDOM attribute representation TableTypeAttribute , See @table:type

      Attribute is mandatory.

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

      public void setTableTypeAttribute(String tableTypeValue)
      Sets the value of ODFDOM attribute representation TableTypeAttribute , See @table:type
      Parameters:
      tableTypeValue - The type is String
    • 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