public class ParamListLooper extends ParamLooper
| Modifier and Type | Field and Description |
|---|---|
boolean |
encoded
Whether to return parameter values as byte arrays
|
CallModel |
model
The model containing the parameters (which is different from the owner if listing feature parameters)
|
java.util.Vector<ParameterData> |
output
An output list of parameter data
|
CallParameterOwner |
owner
The object that owns the parameters (a model or feature)
|
currentName| Constructor and Description |
|---|
ParamListLooper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
loopAction(CallParameter p)
Abstract function which is called for each parameter which matches the filters.
|
void |
setValuePattern(java.lang.String valuePattern) |
getNameList, getNamePattern, loop, setNameList, setNamePatternpublic java.util.Vector<ParameterData> output
public boolean encoded
public CallModel model
public CallParameterOwner owner
public void setValuePattern(java.lang.String valuePattern)
valuePattern - The parameter value filterpublic boolean loopAction(CallParameter p) throws JLIException, com.ptc.cipjava.jxthrowable
ParamLooperloopAction in class ParamLooperp - The parameter that matches the filtersJLIExceptioncom.ptc.cipjava.jxthrowable