|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpAttributeValueProvider
This interface should be implemented by attributes that know how to calculate their own value, either storing the value locally or having a reference to another attribute, or even computing the value based in external information.
| Method Summary | |
|---|---|
Object |
getValue(IlpAttributeValueHolder h)
Returns the value of the attribute in the given holder. |
boolean |
isDependentOn(IlpAttribute a)
Returns whether this attribute depends on the given attribute to calculate its value. |
| Method Detail |
|---|
Object getValue(IlpAttributeValueHolder h)
boolean isDependentOn(IlpAttribute a)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||