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 StringgetDescriptionForValue(Number pValue)Obtain the description for the value.ArduinoSignalgetOwner()Obtain the owner.Map<Number,String>getValues()Obtain the values.static voidparseValues(ArduinoSystem pSystem, String pValuesDef)parse the values definition.StringtoString()
-
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
-