|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.motion.JointProperty.ReadOnly<org.robokind.api.common.types.Temperature>
org.robokind.api.motion.joint_properties.ReadTemperature
public abstract class ReadTemperature
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.robokind.api.motion.JointProperty |
---|
JointProperty.ReadOnly<T>, JointProperty.ReadWrite<T> |
Field Summary | |
---|---|
static String |
DISPLAY_NAME
Name used for display purposes |
static String |
PROPERTY_NAME
JointProperty Property Name |
Constructor Summary | |
---|---|
ReadTemperature()
|
Method Summary | |
---|---|
String |
getDisplayName()
Returns the display name of the JointProperty. |
Class<org.robokind.api.common.types.Temperature> |
getPropertyClass()
Returns the JointProperty's value Type. |
String |
getPropertyName()
Returns the name of the JointProperty. |
Methods inherited from class org.robokind.api.motion.JointProperty.ReadOnly |
---|
getReadable, getWriteable, setValue |
Methods inherited from class org.robokind.api.common.property.PropertyChangeNotifier |
---|
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.robokind.api.motion.JointProperty |
---|
getCachedValue, getValue |
Methods inherited from interface org.robokind.api.common.property.PropertyChangeSource |
---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Field Detail |
---|
public static final String PROPERTY_NAME
public static final String DISPLAY_NAME
Constructor Detail |
---|
public ReadTemperature()
Method Detail |
---|
public String getPropertyName()
JointProperty
public String getDisplayName()
JointProperty
public Class<org.robokind.api.common.types.Temperature> getPropertyClass()
JointProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |