|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Objects that implement this interface are claiming that there is a one-to-one relation between one field value and a key field value. A classic example of this in Expresso is the fact that a ExpUid maps one to one to the LoginName. This helps guarantee that lookup objects can map to a specific value.
| Method Summary | |
String |
getKeyValue(String mappedValue)
Given a 'friendly name' get the key value for this object. |
String |
getMappedDescription()
It returns if the field description for the mapped value as specified by the key value parameter. |
String |
getMappedValue(String keyValue)
Given a key value, return the mapped value. |
| Method Detail |
public String getKeyValue(String mappedValue)
mappedValue - the value to convert to a key field. It will return null
if the mapped value does not exist.
public String getMappedValue(String keyValue)
keyValue - the key value to map
public String getMappedDescription()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||