This method of the ReadOnlyAttributes class retrieves the named Attribute object and returns its associated value.
public Object get(Name name);
Returns an object that is the associated value for the named Attribute.
name | A Name object that identifies the Attribute to retrieve. |