public class CallParamValues
extends java.lang.Object
| Constructor and Description |
|---|
CallParamValues(com.ptc.pfc.pfcModelItem.ParamValues pvals) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(CallParamValue pval) |
static CallParamValues |
create() |
CallParamValue |
get(int idx) |
int |
getarraysize() |
com.ptc.pfc.pfcModelItem.ParamValues |
getValues() |
public CallParamValues(com.ptc.pfc.pfcModelItem.ParamValues pvals)
public static CallParamValues create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void append(CallParamValue pval) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getarraysize()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallParamValue get(int idx) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcModelItem.ParamValues getValues()