public class CallUDFVariantValues
extends java.lang.Object
| Constructor and Description |
|---|
CallUDFVariantValues(com.ptc.pfc.pfcUDFCreate.UDFVariantValues vals) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(CallUDFVariantValue val) |
static CallUDFVariantValues |
create() |
CallUDFVariantValue |
get(int idx) |
int |
getarraysize() |
com.ptc.pfc.pfcUDFCreate.UDFVariantValues |
getValues() |
void |
set(int idx,
CallUDFVariantValue value) |
public CallUDFVariantValues(com.ptc.pfc.pfcUDFCreate.UDFVariantValues vals)
public static CallUDFVariantValues create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void append(CallUDFVariantValue val) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getarraysize()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallUDFVariantValue get(int idx) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void set(int idx,
CallUDFVariantValue value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcUDFCreate.UDFVariantValues getValues()