org.apache.camel
Interface NamedNode

All Known Implementing Classes:
AggregateDefinition, AOPDefinition, BeanDefinition, CatchDefinition, ChoiceDefinition, ConvertBodyDefinition, DelayDefinition, DynamicRouterDefinition, EnrichDefinition, ExpressionNode, FilterDefinition, FinallyDefinition, FromDefinition, IdempotentConsumerDefinition, InOnlyDefinition, InOutDefinition, InterceptDefinition, InterceptFromDefinition, InterceptSendToEndpointDefinition, LoadBalanceDefinition, LogDefinition, LoopDefinition, MarshalDefinition, MulticastDefinition, NoOutputDefinition, NoOutputExpressionNode, OnCompletionDefinition, OnExceptionDefinition, OptionalIdentifiedDefinition, OtherwiseDefinition, OutputDefinition, PipelineDefinition, PolicyDefinition, PollEnrichDefinition, ProcessDefinition, ProcessorDefinition, RecipientListDefinition, RemoveHeaderDefinition, RemoveHeadersDefinition, RemovePropertyDefinition, ResequenceDefinition, RollbackDefinition, RouteDefinition, RoutesDefinition, RoutingSlipDefinition, SamplingDefinition, SendDefinition, SetBodyDefinition, SetExchangePatternDefinition, SetFaultBodyDefinition, SetHeaderDefinition, SetOutHeaderDefinition, SetPropertyDefinition, SortDefinition, SplitDefinition, StopDefinition, ThreadPoolProfileDefinition, ThreadsDefinition, ThrottleDefinition, ThrowExceptionDefinition, ToDefinition, TransactedDefinition, TransformDefinition, TryDefinition, UnmarshalDefinition, ValidateDefinition, WhenDefinition, WhenSkipSendToEndpointDefinition, WireTapDefinition

public interface NamedNode


Method Summary
 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
 String getShortName()
          Returns a short name for this node which can be useful for ID generation or referring to related resources like images
 

Method Detail

getId

String getId()
Gets the value of the id property.


getShortName

String getShortName()
Returns a short name for this node which can be useful for ID generation or referring to related resources like images

Returns:
defaults to "node" but derived nodes should overload this to provide a unique name

getLabel

String getLabel()
Returns a label to describe this node such as the expression if some kind of expression node


getDescriptionText

String getDescriptionText()
Returns the description text or null if there is no description text associated with this node



Apache Camel