org.pentaho.reporting.libraries.xmlns.common
public static class AttributeList.AttributeEntry extends Object
Constructor Summary | |
---|---|
AttributeEntry(String namespace, String name, String value)
Creates a new attribute entry for the given name and value.
|
Method Summary | |
---|---|
boolean | equals(Object o)
Compares this attribute entry for equality with an other object.
|
String | getName()
Returns the attribute name.
|
String | getNamespace()
Returns the attribute namespace (which can be null).
|
String | getValue()
Returns the value of this attribute entry.
|
int | hashCode()
Computes a hashcode for this attribute entry.
|
protected void | update(String namespace, String name, String value) |
Parameters: namespace the namespace of the attribute. name the attribute name (null
not permitted). value the attribute value (null
not permitted).
Parameters: o the other object.
Returns: true, if this object is equal, false otherwise.
Returns: the name.
Returns: the namespace.
Returns: the value of the entry.
Returns: the attribute entry's hashcode.