Interface ValuePolicySupplier
-
- All Known Subinterfaces:
ConfigurableValuePolicySupplier
public interface ValuePolicySupplier
Supplies 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 ValuePolicyType
get(OperationResult result)
Returns appropriate value policy.
-
-
-
Method Detail
-
get
ValuePolicyType get(OperationResult result)
Returns appropriate value policy.
-
-