Interface WrappingValueHolder
-
- All Known Implementing Classes:
ProtectedValueHolder,UnitOfWorkQueryValueHolder,UnitOfWorkTransformerValueHolder,UnitOfWorkValueHolder
public interface WrappingValueHolderWrappingValueHolder is an interface type that implementors use when they will be wrapping another ValueHolder that has the original value.- Author:
- Gordon Yorke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueHolderInterfacegetWrappedValueHolder()Returns the valueholder that is wrapped by this ValueHolder
-
-
-
Method Detail
-
getWrappedValueHolder
ValueHolderInterface getWrappedValueHolder()
Returns the valueholder that is wrapped by this ValueHolder
-
-