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
Member Function Documentation
| List<String> getParameterKeys |
( |
| ) |
|
| String getParameterValueAsString |
( |
String |
key | ) |
|
The documentation for this class was generated from the following file: