|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the value stored by this CriteriaValuepublic interface CriteriaValue<T>
A wrapper for values that are used on a Criteria
. This wrapper
allows for single parameterized type for all criteria values and
aids primarily in mapping these values to a message format for use on a
remotable service (i.e. with marhaling to XML using JAXB)
Has a single method getValue()
which simply returns the
wrapped value.
Method Summary | |
---|---|
T |
getValue()
Returns the stored value. |
Method Detail |
---|
T getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |