public abstract class Attribute
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name
The attribute name
|
protected java.lang.String |
value
The attribute value
|
Constructor and Description |
---|
Attribute(java.lang.String thisName,
java.lang.String thisValue)
Create a new instance of Attribute.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getName()
Get the attribute name.
|
abstract java.lang.String |
getValue()
Get the attribute value.
|
protected java.lang.String name
protected java.lang.String value