public class Attribute
extends java.lang.Object
| Constructor and Description |
|---|
Attribute(java.lang.String key,
java.lang.String value)
Defines the key -> value pair.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Gets the key.
|
java.lang.String |
getValue()
Gets the value.
|