com.kuka.nav.fleet.graph.properties
Class NodeName

java.lang.Object
  extended by com.kuka.nav.fleet.graph.properties.AbstractProperty
      extended by com.kuka.nav.fleet.graph.properties.NodeName
All Implemented Interfaces:
Property, Serializable

public class NodeName
extends AbstractProperty

Property defining the name of a topology graph node.

See Also:
Serialized Form

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

NodeName

public NodeName()
Instantiates a new node name property.


NodeName

public NodeName(String name)
Instantiates a new node name property with given name.

Parameters:
name - the name
Method Detail

getName

public String getName()
Gets the name of the node.

Returns:
the name

setName

public void setName(String name)
Sets the name property of the node.

Parameters:
name - the new name

toString

public String toString()
Overrides:
toString in class Object

getValueToDisplay

public String getValueToDisplay()
Description copied from interface: Property
Returns the value(s) in a way to show it in a UI.

Returns:
the values


Copyright © 2019. All rights reserved.