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.
| Modifier and Type | Method and Description | 
|---|---|
| T | getValue()Returns the stored value. | 
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.