com.kuka.nav.fleet.graph.properties
Class NodeDescription
java.lang.Object
com.kuka.nav.fleet.graph.properties.AbstractProperty
com.kuka.nav.fleet.graph.properties.NodeDescription
- All Implemented Interfaces:
- Property, Serializable
public class NodeDescription
- extends AbstractProperty
Property for nodes to set a description.
- See Also:
- Serialized Form
NodeDescription
public NodeDescription()
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
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.