public class CallArgument
extends java.lang.Object
| Constructor and Description |
|---|
CallArgument(com.ptc.pfc.pfcArgument.Argument arg) |
| Modifier and Type | Method and Description |
|---|---|
static CallArgument |
create(java.lang.String inLabel,
CallArgValue inValue) |
com.ptc.pfc.pfcArgument.Argument |
getArg() |
java.lang.String |
getLabel() |
CallArgValue |
getValue() |
public static CallArgument create(java.lang.String inLabel, CallArgValue inValue) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic java.lang.String getLabel()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallArgValue getValue() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcArgument.Argument getArg()