Interface OMAttribute

All Superinterfaces:
OMInformationItem, OMNamedInformationItem

public interface OMAttribute extends OMNamedInformationItem
Interface OMAttribute
  • Method Details

    • getAttributeValue

      String getAttributeValue()
      Get the attribute value.
      Returns:
      the attribute value; never null
    • setAttributeValue

      void setAttributeValue(String value)
      Parameters:
      value -
    • getAttributeType

      String getAttributeType()
      Get the attribute type. For most attributes, the type is CDATA.
      Returns:
      the attribute type
    • setAttributeType

      void setAttributeType(String value)
      Parameters:
      value -
    • setOMNamespace

      void setOMNamespace(OMNamespace omNamespace)
    • getOwner

      OMElement getOwner()
      Returns the owner element of this attribute
      Returns:
      OMElement - The owner element