Package net.sourceforge.jarduino.message
Class ArduinoAttribute
java.lang.Object
net.sourceforge.jarduino.message.ArduinoAttribute
public class ArduinoAttribute extends Object
Attribute.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArduinoAttribute.ArduinoAttrClassAttributeClass.static interfaceArduinoAttribute.ArduinoAttrObjectInterface for object that has attributes.static classArduinoAttribute.ArduinoAttrTypeAttributeType. -
Method Summary
Modifier and Type Method Description booleanequals(Object pThat)ArduinoAttribute.ArduinoAttrClassgetAttrClass()Obtain the class.ArduinoAttribute.ArduinoAttrTypegetAttrType()Obtain the type.ArduinoAttrConstraintsgetConstraints()Obtain the constraints.ObjectgetDefault()Obtain the default value.StringgetName()Obtain the name.inthashCode()StringtoString()
-
Method Details
-
getName
Obtain the name.- Returns:
- the name
-
getAttrClass
Obtain the class.- Returns:
- the class
-
getAttrType
Obtain the type.- Returns:
- the type
-
getConstraints
Obtain the constraints.- Returns:
- the constraints
-
getDefault
Obtain the default value.- Returns:
- the default
-
equals
-
hashCode
public int hashCode() -
toString
-