Package net.sourceforge.jarduino.message
Class ArduinoValues
java.lang.Object
net.sourceforge.jarduino.message.ArduinoValues
public class ArduinoValues extends Object
Values.
-
Method Summary
Modifier and Type Method Description String
getDescriptionForValue(Number pValue)
Obtain the description for the value.ArduinoSignal
getOwner()
Obtain the owner.Map<Number,String>
getValues()
Obtain the values.static void
parseValues(ArduinoSystem pSystem, String pValuesDef)
parse the values definition.String
toString()
-
Method Details
-
getOwner
Obtain the owner.- Returns:
- the owner
-
getValues
Obtain the values.- Returns:
- the values
-
getDescriptionForValue
Obtain the description for the value.- Parameters:
pValue
- the value- Returns:
- the description
-
parseValues
parse the values definition.- Parameters:
pSystem
- the systempValuesDef
- the values definition- Throws:
ArduinoException
- on error
-
toString
-