All Implemented Interfaces:
TagBase, GlobalAttributable, Serializable, Cloneable
Direct Known Subclasses:
DataWffId

public class DataAttribute extends AbstractAttribute implements GlobalAttributable
See Also:
  • Constructor Details

    • DataAttribute

      public DataAttribute(String attributeNameExension)
    • DataAttribute

      public DataAttribute(String attributeNameExension, String value)
    • DataAttribute

      protected DataAttribute(PreIndexedAttributeName attrNameIndex, String value)
      NB: only for internal use. Signature of this constructor may be modified in future version.
      Parameters:
      attrNameIndex - only if there is constant for this in PreIndexedAttributeName.
      value -
      Since:
      3.0.3
  • Method Details

    • init

      protected void init()
      invokes only once per object
      Since:
      1.0.0
    • getValue

      public String getValue()
      Returns:
      the value
      Since:
      1.0.0
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set
      Since:
      1.0.0