|
||||||||||
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(java.lang.String namespace,
java.lang.String name,
java.lang.String value)
Creates a new attribute entry for the given name and value. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compares this attribute entry for equality with an other object. |
java.lang.String |
getName()
Returns the attribute name. |
java.lang.String |
getNamespace()
Returns the attribute namespace (which can be null). |
java.lang.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(java.lang.String namespace, java.lang.String name, java.lang.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 java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getNamespace()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the other object.
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |