|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - property typepublic interface ElmoProperty<E>
Internal interface for mapping roles. Allows access to property values as a Set or as a single value.
| Method Summary | |
|---|---|
Set<E> |
getAll()
Get all values for property. |
E |
getSingle()
Assumes there is zero or one value and return null or the value. |
void |
refresh()
Clear any cached values. |
void |
setAll(Set<E> all)
Replaces all values with the values given. |
void |
setSingle(E single)
Replace all values with this value |
| Method Detail |
|---|
Set<E> getAll()
void setAll(Set<E> all)
all - E getSingle()
void setSingle(E single)
single - void refresh()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||