The Attribute class contains the following constructors:
Attribute()
Attribute(Name n, Object v)
Constructs an uninitialized Attribute.
public Attribute();
Constructs an Attribute with given Name and associated value object.
public Attribute(Name n, Object v);
n | The name of the Attribute pair. |
v | The value object to associate with the name. |