public class CallParamValue
extends java.lang.Object
| Constructor and Description |
|---|
CallParamValue(com.ptc.pfc.pfcModelItem.ParamValue pval) |
| Modifier and Type | Method and Description |
|---|---|
static CallParamValue |
createBoolParamValue(boolean value) |
static CallParamValue |
createDoubleParamValue(java.lang.Double value) |
static CallParamValue |
createIntParamValue(int value) |
static CallParamValue |
createNoteParamValue(int value) |
static CallParamValue |
createStringParamValue(java.lang.String value) |
boolean |
getBoolValue() |
double |
getDoubleValue() |
int |
getIntValue() |
int |
getNoteId() |
int |
getParamValueType() |
java.lang.String |
getStringValue() |
com.ptc.pfc.pfcModelItem.ParamValue |
getValue() |
void |
setBoolValue(boolean value) |
void |
setDoubleValue(double value) |
void |
setIntValue(int value) |
void |
setNoteId(int id) |
void |
setStringValue(java.lang.String value) |
public int getParamValueType()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getIntValue()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic double getDoubleValue()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic boolean getBoolValue()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic java.lang.String getStringValue()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getNoteId()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setIntValue(int value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setDoubleValue(double value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setBoolValue(boolean value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setStringValue(java.lang.String value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setNoteId(int id)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallParamValue createStringParamValue(java.lang.String value) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallParamValue createDoubleParamValue(java.lang.Double value) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallParamValue createIntParamValue(int value) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallParamValue createBoolParamValue(boolean value) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallParamValue createNoteParamValue(int value) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcModelItem.ParamValue getValue()