Package org.jfree.xml.writer
Class AttributeList.AttributeEntry
java.lang.Object
org.jfree.xml.writer.AttributeList.AttributeEntry
- Enclosing class:
- AttributeList
A name/value pair of the attribute list.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttributeEntry
(String name, String value) Creates a new attribute entry for the given name and value. -
Method Summary
-
Field Details
-
name
The name of the attribute entry. -
value
The value of the attribute entry.
-
-
Constructor Details
-
AttributeEntry
Creates a new attribute entry for the given name and value.- Parameters:
name
- the attribute name (null
not permitted).value
- the attribute value (null
not permitted).
-
-
Method Details
-
getName
Returns the attribute name.- Returns:
- the name.
-
getValue
Returns the value of this attribute entry.- Returns:
- the value of the entry.
-
equals
Checks whether the given object is an attribute entry with the same name. -
hashCode
public int hashCode()Computes an hashcode for this entry.
-