|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_bremen.st.rcf.model.Entry
de.uni_bremen.st.rcf.model.Metadata
public final class Metadata
Method Summary | |
---|---|
String |
getKey()
Get the key value. |
String |
getKey(String defaultValue)
Get the key value. |
Relation<Metadata> |
getRelation()
Get the relation this entry belongs to |
String |
getType()
Get the type value. |
String |
getType(String defaultValue)
Get the type value. |
String |
getValue()
Get the value value. |
String |
getValue(String defaultValue)
Get the value value. |
boolean |
isKeySet()
Tells wether the key value is set or not. |
boolean |
isTypeSet()
Tells wether the type value is set or not. |
boolean |
isValueSet()
Tells wether the value value is set or not. |
void |
setKey(String s)
Set the key value. |
void |
setType(String s)
Set the type value. |
void |
setValue(String s)
Set the value value. |
Methods inherited from class de.uni_bremen.st.rcf.model.Entry |
---|
copy, equals, getBool, getBool, getBool, getBool, getBoolList, getBoolList, getEntry, getEntry, getEntry, getEntry, getEntryList, getEntryList, getEntryType, getFloat, getFloat, getFloat, getFloat, getFloatList, getFloatList, getId, getInt, getInt, getInt, getInt, getIntList, getIntList, getString, getString, getString, getString, getStringList, getStringList, hashCode, isSet, isSet, setBool, setBool, setEntry, setEntry, setFloat, setFloat, setInt, setInt, setString, setString, store, unset, unset |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Relation<Metadata> getRelation()
Entry
getRelation
in class Entry
public String getKey()
public String getKey(String defaultValue)
public void setKey(String s)
s
- the valuepublic boolean isKeySet()
public String getValue()
public String getValue(String defaultValue)
public void setValue(String s)
s
- the valuepublic boolean isValueSet()
public String getType()
public String getType(String defaultValue)
public void setType(String s)
s
- the valuepublic boolean isTypeSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |