public class CallFeature extends CallModelItem implements CallParameterOwner
item| Constructor and Description |
|---|
CallFeature(com.ptc.pfc.pfcFeature.Feature feat) |
| Modifier and Type | Method and Description |
|---|---|
CallDeleteOperation |
createDeleteOp() |
static CallFeature |
createFeature(com.ptc.pfc.pfcFeature.Feature feat) |
CallParameter |
createParam(java.lang.String name,
CallParamValue value) |
CallResumeOperation |
createResumeOp() |
CallSuppressOperation |
createSuppressOp() |
int |
getFeatType() |
java.lang.String |
getFeatTypeName() |
com.ptc.pfc.pfcFeature.Feature |
getFeature() |
CallFeatureGroup |
getGroup() |
CallGroupPattern |
getGroupPattern() |
boolean |
getIsGroupMember() |
java.lang.Integer |
getNumber() |
CallParameter |
getParam(java.lang.String name) |
CallFeaturePattern |
getPattern() |
int |
getStatus() |
CallFeatures |
listChildren() |
CallParameters |
listParams() |
CallModelItems |
listSubItems(com.ptc.pfc.pfcModelItem.ModelItemType type) |
public int getStatus()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallModelItems listSubItems(com.ptc.pfc.pfcModelItem.ModelItemType type) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallFeatures listChildren() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getFeatType()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic java.lang.String getFeatTypeName()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic java.lang.Integer getNumber()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallDeleteOperation createDeleteOp() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallResumeOperation createResumeOp() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallSuppressOperation createSuppressOp() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallFeature createFeature(com.ptc.pfc.pfcFeature.Feature feat)
public CallParameter getParam(java.lang.String name) throws com.ptc.cipjava.jxthrowable
getParam in interface CallParameterOwnercom.ptc.cipjava.jxthrowablepublic CallParameters listParams() throws com.ptc.cipjava.jxthrowable
listParams in interface CallParameterOwnercom.ptc.cipjava.jxthrowablepublic CallParameter createParam(java.lang.String name, CallParamValue value) throws com.ptc.cipjava.jxthrowable
createParam in interface CallParameterOwnercom.ptc.cipjava.jxthrowablepublic CallFeaturePattern getPattern() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallGroupPattern getGroupPattern() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallFeatureGroup getGroup() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic boolean getIsGroupMember()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcFeature.Feature getFeature()