|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAttrib
public class Attrib
A simple key/value relationship. Typically stored within an
AttribList
.
Field Summary | |
---|---|
String |
key
|
String |
value
|
Constructor Summary | |
---|---|
Attrib()
Default constructor |
|
Attrib(String key,
String value)
Fancy constructor - sets the key and the value |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Methods inherited from class Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String key
public String value
Constructor Detail |
---|
public Attrib()
public Attrib(String key, String value)
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |