public static final class Attributes.Attribute extends Object
Constructor and Description |
---|
Attribute(String key,
Object value)
Creates a new attribute with the given
key and value . |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the attribute's key.
|
Object |
getValue()
Returns the attribute's value.
|