|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Allows access to the value in this entry as either a Persistable, WTReference, or QueryKey.
Method Summary | |
Persistable |
getValueAsPersistable()
Get a Persistable view of this entry's value. |
QueryKey |
getValueAsQueryKey()
Get a QueryKey view of this entry's value. |
WTReference |
getValueAsReference()
Get a WTReference view of this entry's value. |
Methods inherited from interface wt.fc.collections.WTKeyedMap.WTEntry |
getKeyAsPersistable, getKeyAsQueryKey, getKeyAsReference, getPersistable, getQueryKey, getReference |
Methods inherited from interface java.util.Map.Entry |
equals, getKey, getValue, hashCode, setValue |
Method Detail |
public Persistable getValueAsPersistable() throws WTException
WTException
public QueryKey getValueAsQueryKey()
public WTReference getValueAsReference()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |