public class AttributeItem extends Object
| Constructor and Description |
|---|
AttributeItem(String name,
String value)
Creates a new attribute item with the supplied parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the attribute name
|
String |
getValue()
Gets the attribute value
|