public class CallUDFReferences
extends java.lang.Object
| Constructor and Description |
|---|
CallUDFReferences(com.ptc.pfc.pfcUDFCreate.UDFReferences refs) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(CallUDFReference ref) |
static CallUDFReferences |
create() |
CallUDFReference |
get(int idx) |
int |
getarraysize() |
com.ptc.pfc.pfcUDFCreate.UDFReferences |
getRefs() |
void |
set(int idx,
CallUDFReference value) |
public CallUDFReferences(com.ptc.pfc.pfcUDFCreate.UDFReferences refs)
public static CallUDFReferences create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void append(CallUDFReference ref) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getarraysize()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallUDFReference get(int idx) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void set(int idx,
CallUDFReference value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcUDFCreate.UDFReferences getRefs()