ORG.oclc.xml.util
Class Attribute
java.lang.Object
|
+--ORG.oclc.xml.util.Attribute
- public class Attribute
- extends Object
This class encapsulates an attribute name and value pair.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Attribute
public Attribute()
- Construct empty attribute.
Attribute
public Attribute(Name n,
Object v)
- Construct attribute with given name and value.
getName
public Name getName()
- Return the name.
getValue
public Object getValue()
- Return the value.