public class CallParameters
extends java.lang.Object
| Constructor and Description |
|---|
CallParameters(com.ptc.pfc.pfcModelItem.Parameters params) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(CallParameter m) |
static CallParameters |
create() |
CallParameter |
get(int idx) |
int |
getarraysize() |
com.ptc.pfc.pfcModelItem.Parameters |
getParams() |
public static CallParameters create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void append(CallParameter m) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getarraysize()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallParameter get(int idx) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcModelItem.Parameters getParams()