Class DbDelimiterElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • DbDelimiterElement

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

      • getDbDecimalAttribute

        public String getDbDecimalAttribute()
        Receives the value of the ODFDOM attribute representation DbDecimalAttribute , See @db:decimal
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setDbDecimalAttribute

        public void setDbDecimalAttribute​(String dbDecimalValue)
        Sets the value of ODFDOM attribute representation DbDecimalAttribute , See @db:decimal
        Parameters:
        dbDecimalValue - The type is String
      • getDbFieldAttribute

        public String getDbFieldAttribute()
        Receives the value of the ODFDOM attribute representation DbFieldAttribute , See @db:field
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setDbFieldAttribute

        public void setDbFieldAttribute​(String dbFieldValue)
        Sets the value of ODFDOM attribute representation DbFieldAttribute , See @db:field
        Parameters:
        dbFieldValue - The type is String
      • getDbStringAttribute

        public String getDbStringAttribute()
        Receives the value of the ODFDOM attribute representation DbStringAttribute , See @db:string
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setDbStringAttribute

        public void setDbStringAttribute​(String dbStringValue)
        Sets the value of ODFDOM attribute representation DbStringAttribute , See @db:string
        Parameters:
        dbStringValue - The type is String
      • getDbThousandAttribute

        public String getDbThousandAttribute()
        Receives the value of the ODFDOM attribute representation DbThousandAttribute , See @db:thousand
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setDbThousandAttribute

        public void setDbThousandAttribute​(String dbThousandValue)
        Sets the value of ODFDOM attribute representation DbThousandAttribute , See @db:thousand
        Parameters:
        dbThousandValue - The type is String
      • 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