Class ValueDelegationLambda<VALUECLASS>
java.lang.Object
org.eclnt.jsfserver.util.valuemgmt.impl.ValueDelegationLambda<VALUECLASS>
- All Implemented Interfaces:
IDynamicContentBindingObject,IValueDelegation<VALUECLASS>
- Direct Known Subclasses:
BigDecimalDelegationLambda,BigIntegerDelegationLambda,BooleanDelegationLambda,CharacterDelegationLambda,DateDelegationLambda,DoubleDelegationLambda,FloatDelegationLambda,IntegerDelegationLambda,LocalDateDelegationLambda,LocalDateTimeDelegationLambda,LocalTimeDelegationLambda,LongDelegationLambda,StringDelegationLambda
public abstract class ValueDelegationLambda<VALUECLASS>
extends Object
implements IValueDelegation<VALUECLASS>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
ConstructorsConstructorDescriptionValueDelegationLambda(ValueDelegationLambda.IGetValue<VALUECLASS> getValue, ValueDelegationLambda.ISetValue<VALUECLASS> setValue) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclnt.jsfserver.util.valuemgmt.IValueDelegation
getValueClass
-
Constructor Details
-
ValueDelegationLambda
-
ValueDelegationLambda
public ValueDelegationLambda(ValueDelegationLambda.IGetValue<VALUECLASS> getValue, ValueDelegationLambda.ISetValue<VALUECLASS> setValue)
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceIValueDelegation<VALUECLASS>
-
setValue
- Specified by:
setValuein interfaceIValueDelegation<VALUECLASS>
-