|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oclc.da.gdfr.registryprototype.Ref
public class Ref
| Constructor Summary | |
|---|---|
Ref()
Default constructor, does nothing |
|
Ref(java.lang.String[] ks,
java.lang.String[] vals)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares this to another object by converting to Strings and using the String.equals() method |
java.lang.String[] |
getKeys()
Get all Keys associated with this Ref |
java.lang.String |
getValue(java.lang.String key)
Returns the value associated with the given key |
java.lang.String[] |
getValues()
Get all Values associated with this Ref |
java.lang.String |
toString()
String representation of a Ref. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Ref()
public Ref(java.lang.String[] ks,
java.lang.String[] vals)
ks - Keys to setvals - Values to set| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String[] getKeys()
public java.lang.String[] getValues()
public java.lang.String getValue(java.lang.String key)
key - The key to search on
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||