Interface XAttribute

    • Method Detail

      • getKey

        java.lang.String getKey()
        Retrieves the key, i.e. unique identifier, of this attribute.
        Returns:
        The key of this attribute, as a string.
      • getExtension

        XExtension getExtension()
        Retrieves the extension defining this attribute.
        Returns:
        The extension of this attribute. May return null, if there is no extension defining this attribute.
      • clone

        java.lang.Object clone()
        Attributes must be cloneable.
        Returns:
        A clone of this attribute.
      • toString

        java.lang.String toString()
        String representation of the value.
        Overrides:
        toString in class java.lang.Object
        Returns:
        Returns the String representation of the value.