|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.graph.properties.AbstractProperty
com.kuka.nav.fleet.graph.properties.NodeName
public class NodeName
Property defining the name of a topology graph node.
| Constructor Summary | |
|---|---|
NodeName()
Instantiates a new node name property. |
|
NodeName(String name)
Instantiates a new node name property with given name. |
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name of the node. |
String |
getValueToDisplay()
Returns the value(s) in a way to show it in a UI. |
void |
setName(String name)
Sets the name property of the node. |
String |
toString()
|
| Methods inherited from class com.kuka.nav.fleet.graph.properties.AbstractProperty |
|---|
equals, fireChanged, getAllowedTypes, getId, hashCode, setId, tryGetParamFromString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NodeName()
public NodeName(String name)
name - the name| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the new namepublic String toString()
toString in class Objectpublic String getValueToDisplay()
Property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||