Interface AttributeManager

    • Method Detail

      • getAttribute

        Object getAttribute​(String name)
        Get the attribute.
        Parameters:
        name - the name.
        Returns:
        the value.
      • getAttributeNames

        Enumeration<String> getAttributeNames()
        Get the attribute names.
        Returns:
        the attribute names.
      • removeAttribute

        void removeAttribute​(String name)
        Remove the attribute.
        Parameters:
        name - the name.
      • setAttribute

        void setAttribute​(String name,
                          Object value)
        Set the attribute.
        Parameters:
        name - the name.
        value - the value.