Open SiteSearch 4.1.1
Final

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.


Constructor Summary
Attribute()
          Construct empty attribute.
Attribute(Name n, Object v)
          Construct attribute with given name and value.
 
Method Summary
 Name getName()
          Return the name.
 Object getValue()
          Return the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Construct empty attribute.

Attribute

public Attribute(Name n,
                 Object v)
Construct attribute with given name and value.
Method Detail

getName

public Name getName()
Return the name.

getValue

public Object getValue()
Return the value.

Open SiteSearch 4.1.1
Final