T
- the type of the value stored by this CriteriaValuepublic interface CriteriaValue<T>
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.
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.