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 class
ArduinoAttribute.ArduinoAttrClass
AttributeClass.static interface
ArduinoAttribute.ArduinoAttrObject
Interface for object that has attributes.static class
ArduinoAttribute.ArduinoAttrType
AttributeType. -
Method Summary
Modifier and Type Method Description boolean
equals(Object pThat)
ArduinoAttribute.ArduinoAttrClass
getAttrClass()
Obtain the class.ArduinoAttribute.ArduinoAttrType
getAttrType()
Obtain the type.ArduinoAttrConstraints
getConstraints()
Obtain the constraints.Object
getDefault()
Obtain the default value.String
getName()
Obtain the name.int
hashCode()
String
toString()
-
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
-