Uses of Interface
org.eclnt.jsfserver.util.valuemgmt.impl.ValueDelegationLambda.IGetValue
Packages that use ValueDelegationLambda.IGetValue
-
Uses of ValueDelegationLambda.IGetValue in org.eclnt.jsfserver.util.valuemgmt.impl
Constructors in org.eclnt.jsfserver.util.valuemgmt.impl with parameters of type ValueDelegationLambda.IGetValueModifierConstructorDescriptionBigDecimalDelegationLambda(ValueDelegationLambda.IGetValue<BigDecimal> getValue, ValueDelegationLambda.ISetValue<BigDecimal> setValue) BigIntegerDelegationLambda(ValueDelegationLambda.IGetValue<BigInteger> getValue, ValueDelegationLambda.ISetValue<BigInteger> setValue) BooleanDelegationLambda(ValueDelegationLambda.IGetValue<Boolean> getValue, ValueDelegationLambda.ISetValue<Boolean> setValue) CharacterDelegationLambda(ValueDelegationLambda.IGetValue<Character> getValue, ValueDelegationLambda.ISetValue<Character> setValue) DateDelegationLambda(ValueDelegationLambda.IGetValue<Date> getValue, ValueDelegationLambda.ISetValue<Date> setValue) DoubleDelegationLambda(ValueDelegationLambda.IGetValue<Double> getValue, ValueDelegationLambda.ISetValue<Double> setValue) FloatDelegationLambda(ValueDelegationLambda.IGetValue<Float> getValue, ValueDelegationLambda.ISetValue<Float> setValue) IntegerDelegationLambda(ValueDelegationLambda.IGetValue<Integer> getValue, ValueDelegationLambda.ISetValue<Integer> setValue) LocalDateDelegationLambda(ValueDelegationLambda.IGetValue<LocalDate> getValue, ValueDelegationLambda.ISetValue<LocalDate> setValue) LocalDateTimeDelegationLambda(ValueDelegationLambda.IGetValue<LocalDateTime> getValue, ValueDelegationLambda.ISetValue<LocalDateTime> setValue) LocalTimeDelegationLambda(ValueDelegationLambda.IGetValue<LocalTime> getValue, ValueDelegationLambda.ISetValue<LocalTime> setValue) LongDelegationLambda(ValueDelegationLambda.IGetValue<Long> getValue, ValueDelegationLambda.ISetValue<Long> setValue) StringDelegationLambda(ValueDelegationLambda.IGetValue<String> getValue, ValueDelegationLambda.ISetValue<String> setValue) ValueDelegationLambda(ValueDelegationLambda.IGetValue<VALUECLASS> getValue, ValueDelegationLambda.ISetValue<VALUECLASS> setValue)