|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectValueHolder | |
com.taursys.model | This package contains the model and value holder subcomponents which hold, parse and format values for Mapper XML components. |
Uses of ObjectValueHolder in com.taursys.model |
Subclasses of ObjectValueHolder in com.taursys.model | |
class |
VariantValueHolder
ValueHolder which stores a given type of value internally. |
class |
VOValueHolder
This is an implementation of ValueHolder which stores value in a ValueObject(JavaBean). |
Methods in com.taursys.model that return ObjectValueHolder | |
protected ObjectValueHolder |
AbstractCollectionValueHolder.getObjectValueHolder()
Get the internal ObjectValueHolder for this CollectionValueHolder. |
Constructors in com.taursys.model with parameters of type ObjectValueHolder | |
AbstractListValueHolder(ObjectValueHolder holder)
Constructs a new AbstractListValueHolder |
|
AbstractListValueHolder(ObjectValueHolder holder,
java.util.List list)
Constructs a new AbstractListValueHolder |
|
AbstractCollectionValueHolder(ObjectValueHolder holder)
Constructs a new AbstractCollectionValueHolder |
|
AbstractCollectionValueHolder(ObjectValueHolder holder,
java.util.Collection collection)
Constructs a new AbstractCollectionValueHolder for the given collection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |