|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.xmlns.common.AttributeList.AttributeEntry
public static class AttributeList.AttributeEntry
A name/value pair of the attribute list.
Constructor Summary | |
---|---|
AttributeList.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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeList.AttributeEntry(String namespace, String name, String value)
namespace
- the namespace of the attribute.name
- the attribute name (null
not permitted).value
- the attribute value (null
not permitted).Method Detail |
---|
public String getName()
public String getValue()
public String getNamespace()
public boolean equals(Object o)
equals
in class Object
o
- the other object.
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |