public class CallBaseDimension extends CallModelItem
item| Constructor and Description |
|---|
CallBaseDimension(com.ptc.pfc.pfcDimension.BaseDimension dim) |
| Modifier and Type | Method and Description |
|---|---|
void |
erase() |
com.ptc.pfc.pfcDimension.BaseDimension |
getDim() |
java.lang.Integer |
getDimType() |
CallStringSeq |
getTexts() |
CallParamValue |
getValue() |
void |
setTexts(CallStringSeq value) |
void |
setValue(CallParamValue value) |
void |
show(CallComponentDimensionShowInstructions instructions) |
public CallBaseDimension(com.ptc.pfc.pfcDimension.BaseDimension dim)
public CallParamValue getValue() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setValue(CallParamValue value) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void show(CallComponentDimensionShowInstructions instructions) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void erase()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic java.lang.Integer getDimType()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallStringSeq getTexts() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setTexts(CallStringSeq value) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcDimension.BaseDimension getDim()