public interface Parameter<IMPLTYPE extends Parameter<IMPLTYPE>>
Parameterized Condition, Operation, and
Rule instances.| Modifier and Type | Method and Description |
|---|---|
List<Binding> |
getBindings()
|
List<Constraint<String>> |
getConstraints()
|
Converter<?> |
getConverter()
|
String |
getName()
Get the name of this
Parameter |
List<Transposition<String>> |
getTranspositions()
|
Validator<?> |
getValidator()
|
Converter<?> getConverter()
Validator<?> getValidator()
List<Constraint<String>> getConstraints()
List<Transposition<String>> getTranspositions()
Copyright © 2014 OCPsoft. All Rights Reserved.