public class Attribute
extends java.lang.Object
Constructor and Description |
---|
Attribute(java.lang.String name,
java.lang.String value)
Creates a new instance of Attribute
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns attribute's name.
|
java.lang.String |
getValue()
Returns attribute's value.
|
void |
setValue(java.lang.String value)
Sets attribute's value.
|
java.lang.String |
toString()
Returns a string representation of the attribute.
|
public Attribute(java.lang.String name, java.lang.String value)
public java.lang.String getName()
public java.lang.String getValue()
public void setValue(java.lang.String value)
Actually an ugly hack to allow quick & dirty translation of attributes. Normal solution requires too much time :-(
public java.lang.String toString()
toString
in class java.lang.Object