|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generically represents metadata having a key, a subkey, a type, and a more
detailed description or value.
All data in a row of the MRDOC
file is represented here.
Method Summary | |
String |
getExplain()
Returns the explain field. |
String |
getKey()
Returns the key. |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
String |
getType()
Returns the type. |
String |
getValue()
Returns the value. |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public String getType()
public String getKey()
public String getExplain()
public String getValue()
public String getKeyFields()
String
key which can be used
by equals, compareTo, and hashCode methods.
String
composed from key fields
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |