public interface ConfigurationRuleParameterMatches extends ConfigurationBuilderRoot, ConfigurationRuleBuilderOtherwise
ConfigurationRuleParameter
with a matches clause.Modifier and Type | Method and Description |
---|---|
ConfigurationRuleParameterMatches |
bindsTo(Binding binding)
|
ConfigurationRuleParameterMatches |
configuredBy(ParameterConfigurator configurator)
Add a
ParameterConfigurator with which this Parameter will be configured. |
ConfigurationRuleParameterMatches |
constrainedBy(Constraint<String> pattern)
Add a
Constraint to which this object IMPLTYPE must match. |
ConfigurationRuleParameterMatches |
convertedBy(Converter<?> converter)
|
ConfigurationRuleParameterMatches |
transposedBy(Transposition<String> transposition)
Add a
Transposition to this IMPLTYPE ; it will executed in the order in which it was added. |
ConfigurationRuleParameterMatches |
validatedBy(Validator<?> validator)
|
ConfigurationRuleParameterWhere |
where(String string)
Configure the
Parameter with the given name. |
withId, withPriority
addRule, addRule
getRules
ConfigurationRuleParameterWhere where(String string)
Parameter
with the given name.where
in interface ConfigurationRuleBuilderOtherwise
ConfigurationRuleParameterMatches bindsTo(Binding binding)
ConfigurationRuleParameterMatches convertedBy(Converter<?> converter)
ConfigurationRuleParameterMatches validatedBy(Validator<?> validator)
ConfigurationRuleParameterMatches constrainedBy(Constraint<String> pattern)
Constraint
to which this object IMPLTYPE
must match.ConfigurationRuleParameterMatches transposedBy(Transposition<String> transposition)
Transposition
to this IMPLTYPE
; it will executed in the order in which it was added.ConfigurationRuleParameterMatches configuredBy(ParameterConfigurator configurator)
ParameterConfigurator
with which this Parameter
will be configured.Copyright © 2014 OCPsoft. All Rights Reserved.