public class CallFeatureOperations
extends java.lang.Object
| Constructor and Description |
|---|
CallFeatureOperations(com.ptc.pfc.pfcFeature.FeatureOperations featOps) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(CallFeatureOperation featOp) |
static CallFeatureOperations |
create() |
CallFeatureOperation |
get(int idx) |
int |
getarraysize() |
com.ptc.pfc.pfcFeature.FeatureOperations |
getFeatureOperations() |
void |
insert(int idx,
CallFeatureOperation featOp) |
public CallFeatureOperations(com.ptc.pfc.pfcFeature.FeatureOperations featOps)
public static CallFeatureOperations create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void append(CallFeatureOperation featOp) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getarraysize()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallFeatureOperation get(int idx) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void insert(int idx,
CallFeatureOperation featOp)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcFeature.FeatureOperations getFeatureOperations()