The Robot Application Programming Interface Delegate Project
RAPID Logo

KeyTypeValueHelper Class Reference

Collaboration diagram for KeyTypeValueHelper:

List of all members.

Public Member Functions

 KeyTypeValueHelper (KeyTypeValueSequence64 keyTypeSeq, ValueSequence64 valueSeq, Map< String, DataTypeIndex > typeIndexMap)
void setParameter (String key, float value) throws IncompatibleKeyTypeException
void setParameter (String key, double value) throws IncompatibleKeyTypeException
void setParameter (String key, int value) throws IncompatibleKeyTypeException
void setParameter (String key, boolean value) throws IncompatibleKeyTypeException
void setParameter (String key, String value) throws IncompatibleKeyTypeException
DataType getParameterType (String key)
List< String > getParameterKeys ()
String getParameterValueAsString (String key)
Float getFloatParameter (String key) throws IncompatibleKeyTypeException
Double getDoubleParameter (String key) throws IncompatibleKeyTypeException
String getStringParameter (String key) throws IncompatibleKeyTypeException
Integer getIntegerParameter (String key) throws IncompatibleKeyTypeException
Boolean getBooleanParameter (String key) throws IncompatibleKeyTypeException
Object getParameter (String key) throws IncompatibleKeyTypeException

Static Public Member Functions

static KeyTypeValueTriple newKeyTypeValue (String key, DataType type, String value)

Constructor & Destructor Documentation

KeyTypeValueHelper ( KeyTypeValueSequence64  keyTypeSeq,
ValueSequence64  valueSeq,
Map< String, DataTypeIndex typeIndexMap 
)

Member Function Documentation

Boolean getBooleanParameter ( String  key) throws IncompatibleKeyTypeException

Here is the call graph for this function:

Double getDoubleParameter ( String  key) throws IncompatibleKeyTypeException

Here is the call graph for this function:

Float getFloatParameter ( String  key) throws IncompatibleKeyTypeException

Here is the call graph for this function:

Integer getIntegerParameter ( String  key) throws IncompatibleKeyTypeException

Here is the call graph for this function:

Object getParameter ( String  key) throws IncompatibleKeyTypeException

Here is the call graph for this function:

List<String> getParameterKeys ( )
DataType getParameterType ( String  key)
String getParameterValueAsString ( String  key)
String getStringParameter ( String  key) throws IncompatibleKeyTypeException

Here is the call graph for this function:

static KeyTypeValueTriple newKeyTypeValue ( String  key,
DataType  type,
String  value 
) [static]
void setParameter ( String  key,
int  value 
) throws IncompatibleKeyTypeException
void setParameter ( String  key,
double  value 
) throws IncompatibleKeyTypeException
void setParameter ( String  key,
float  value 
) throws IncompatibleKeyTypeException
void setParameter ( String  key,
String  value 
) throws IncompatibleKeyTypeException
void setParameter ( String  key,
boolean  value 
) throws IncompatibleKeyTypeException

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines