protected static final class BpmnPropertyPanel.ConfigurationContains
extends java.lang.Object
implements jadex.commons.IFilter<java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<jadex.bridge.modelinfo.ConfigurationInfo> |
confs
The list.
|
| Constructor and Description |
|---|
ConfigurationContains(java.util.List<jadex.bridge.modelinfo.ConfigurationInfo> confs)
Creates a new filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(java.lang.String obj)
Test if an object passes the filter.
|