Class TableDataPilotFieldReferenceElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableDataPilotFieldReferenceElement

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

      • 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