Interface IValueDelegation<VALUECLASS>

All Superinterfaces:
IDynamicContentBindingObject
All Known Implementing Classes:
AttributeReference, AttributeReferenceAny, AttributeReferenceBigDecimal, AttributeReferenceBigInteger, AttributeReferenceBoolean, AttributeReferenceByte, AttributeReferenceCharacter, AttributeReferenceDate, AttributeReferenceDouble, AttributeReferenceEnum, AttributeReferenceFloat, AttributeReferenceInteger, AttributeReferenceLocalDate, AttributeReferenceLocalDateTime, AttributeReferenceLocalTime, AttributeReferenceLong, AttributeReferenceShort, AttributeReferenceString, BigDecimalDelegation, BigDecimalDelegationLambda, BigDecimalValue, BigIntegerDelegation, BigIntegerDelegationLambda, BigIntegerValue, BooleanDelegation, BooleanDelegationLambda, BooleanValue, CharacterDelegation, CharacterDelegationLambda, CharacterValue, DateDelegation, DateDelegationLambda, DateValue, DoubleDelegation, DoubleDelegationLambda, DoubleValue, FloatDelegation, FloatDelegationLambda, FloatValue, IntegerDelegation, IntegerDelegationLambda, IntegerValue, LocalDateDelegation, LocalDateDelegationLambda, LocalDateTimeDelegation, LocalDateTimeDelegationLambda, LocalDateTimeValue, LocalDateValue, LocalTimeDelegation, LocalTimeDelegationLambda, LocalTimeValue, LongDelegation, LongDelegationLambda, LongValue, StringDelegation, StringDelegationLambda, StringValue, ValueDelegation, ValueDelegationByAdapterBinding, ValueDelegationByExpression, ValueDelegationLambda

public interface IValueDelegation<VALUECLASS> extends IDynamicContentBindingObject
Access to a value that is bound to a component node. In a component node (e.g. FIELDNode) you either can directly set a value, or you can set an expression value or you can bind a value an implementation of this interface.
  • Method Details