Interface ValuePolicySupplier
-
- All Known Subinterfaces:
ConfigurableValuePolicySupplier
public interface ValuePolicySupplierSupplies value policy when needed (e.g. in generate expression evaluator).- Author:
- semancik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuePolicyTypeget(OperationResult result)Returns appropriate value policy.
-
-
-
Method Detail
-
get
ValuePolicyType get(OperationResult result)
Returns appropriate value policy.
-
-