public interface NamedNode
routes
which is identified by an id.Modifier and Type | Method and Description |
---|---|
String |
getDescriptionText()
Returns the description text or null if there is no description text associated with this node
|
String |
getId()
Gets the value of the id property.
|
String |
getLabel()
Returns a label to describe this node such as the expression if some kind of expression node
|
NamedNode |
getParent()
Returns the parent
|
String |
getShortName()
Returns a short name for this node which can be useful for ID generation or referring to related resources like
images
|
String getId()
String getShortName()
String getLabel()
String getDescriptionText()
NamedNode getParent()
Apache Camel