Interface IAttributableElement

    • Method Detail

      • getName

        java.lang.String getName()
        Method to get the name of the element.
        Returns:
        name of the element
      • getQualifiedName

        java.lang.String getQualifiedName()
        Returns the qualified name of this element.
        Returns:
        the qualified name
      • attribute

        boolean attribute​(Attribute attribute)
        Attributes this element.
        Parameters:
        attribute - the attribute to be added
        Returns:
        true if the operation was successful, false if the element is about being attributed multiple times with the same attribute