Package org.ocpsoft.rewrite.param
Interface ConfigurableParameter<IMPLTYPE extends ConfigurableParameter<IMPLTYPE>>
- All Superinterfaces:
Parameter<IMPLTYPE>,ParameterConfiguration<IMPLTYPE>
- All Known Implementing Classes:
ConfigurationRuleParameterBuilder,DefaultParameter,ParameterBuilder
public interface ConfigurableParameter<IMPLTYPE extends ConfigurableParameter<IMPLTYPE>>
extends Parameter<IMPLTYPE>, ParameterConfiguration<IMPLTYPE>
Provides mutable metadata for handling parameter behavior in
Parameterized Condition,
Operation, and Rule instances.- Author:
- Lincoln Baxter, III
-
Method Summary
Methods inherited from interface org.ocpsoft.rewrite.param.Parameter
getBindings, getConstraints, getConverter, getName, getTranspositions, getValidatorMethods inherited from interface org.ocpsoft.rewrite.param.ParameterConfiguration
bindsTo, configuredBy, constrainedBy, convertedBy, transposedBy, validatedBy