All Implemented Interfaces:
TagBase, GlobalAttributable, Serializable, Cloneable

public class DataWffId extends DataAttribute
See Also:
  • Field Details

    • ATTRIBUTE_NAME

      public static final String ATTRIBUTE_NAME
    • TAG_NAME

      @Deprecated public static final String TAG_NAME
      Deprecated.
      incorrect naming, the correct naming is ATTRIBUTE_NAME. This constant variable will be removed in the later version, use ATTRIBUTE_NAME constant instead of this.
  • Constructor Details

    • DataWffId

      public DataWffId(String value)
      Parameters:
      value - the value for the attribute
      Since:
      2.0.0
  • Method Details

    • setValue

      public void setValue(String value)
      Overrides:
      setValue in class DataAttribute
      Parameters:
      value - the value to set
    • getAttributeName

      public String getAttributeName()
      Overrides:
      getAttributeName in class AbstractAttribute
      Returns:
      the attributeName set by AbstractAttribute#setAttributeName(String)
    • getAttributeValue

      public String getAttributeValue()
      Overrides:
      getAttributeValue in class AbstractAttribute
      Returns:
      the attributeValue
    • getValue

      public String getValue()
      Overrides:
      getValue in class DataAttribute
      Returns:
      the value
    • setAttributeValue

      protected void setAttributeValue(String attributeValue)
      Overrides:
      setAttributeValue in class AbstractAttribute
      Parameters:
      attributeValue - the attributeValue to set
    • setAttributeName

      protected void setAttributeName(String attributeName)
      Description copied from class: AbstractAttribute
      Set attribute name, eg: width, height, name, type etc..
      Overrides:
      setAttributeName in class AbstractAttribute
      Parameters:
      attributeName - the attributeName to set
    • setAttributeValue

      protected void setAttributeValue(boolean updateClient, String attributeValue)
      Overrides:
      setAttributeValue in class AbstractAttribute
      Parameters:
      updateClient - true to update client browser page if it is available. The default value is true but it will be ignored if there is no client browser page.
      attributeValue - the attributeValue to set