public interface RuleModel
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getConditions(java.lang.Object field)
Returns an array of strings to be presented as a combo box which
are possible rule conditions for the specified field.
|
java.lang.Object[] |
getFields()
Returns an array of strings to be presented as a combo box which
are available fields to define rules on.
|
java.lang.Object[] |
getValues(java.lang.Object field,
java.lang.Object condition)
Returns an array of strings to be presented as a combo box which
are possible values for the field.
|
java.lang.Object[] getFields()
java.lang.Object[] getConditions(java.lang.Object field)
java.lang.Object[] getValues(java.lang.Object field, java.lang.Object condition)
http://code.google.com/p/jam-lib/