public class AttributeValue
extends java.lang.Object
String.| Constructor and Description |
|---|
AttributeValue(java.lang.String attributeName, java.lang.String attributeValue)
Creates an
AttibuteValue with the specified attribute name and attribute value. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the attribute name.
|
java.lang.String |
getValue()
Returns the attribute value.
|
void |
setValue(java.lang.String value)
Sets the attribute value
|
java.lang.String |
toString() |
public AttributeValue(java.lang.String attributeName,
java.lang.String attributeValue)
AttibuteValue with the specified attribute name and attribute value.attributeName -attributeValue -public java.lang.String getName()
public java.lang.String getValue()
public void setValue(java.lang.String value)
value, - the given value to setpublic java.lang.String toString()
toString in class java.lang.Object