- java.lang.Object
- 
- aeonics.template.Channel
 
- 
- All Implemented Interfaces:
- Documented,- Exportable
 
 public class Channel extends java.lang.Object implements Documented This class represents a channel for anStep.Origin,Step.ActionorStep.Destinationentity. It provides a hint about possible variants of the action. It is used by the correspondingTemplateto create and populate new instances of the action.
- 
- 
Constructor SummaryConstructors Constructor Description Channel(java.lang.String name)Creates a new channel
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()Returns the channel description<C extends Channel>
 Cdescription(java.lang.String value)Sets the channel descriptionjava.lang.Stringname()Returns the channel namejava.lang.Stringsummary()Returns the channel summary<C extends Channel>
 Csummary(java.lang.String value)Sets the channel summary- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface aeonics.util.Documentedexport
 
- 
 
- 
- 
- 
Method Detail- 
namepublic java.lang.String name() Returns the channel name- Specified by:
- namein interface- Documented
- Returns:
- the channel name
 
 - 
summarypublic java.lang.String summary() Returns the channel summary- Specified by:
- summaryin interface- Documented
- Returns:
- the channel summary
 
 - 
summarypublic <C extends Channel> C summary(java.lang.String value) Sets the channel summary- Type Parameters:
- C- this channel type
- Parameters:
- value- the summary
- Returns:
- this
 
 - 
descriptionpublic java.lang.String description() Returns the channel description- Specified by:
- descriptionin interface- Documented
- Returns:
- the channel description
 
 - 
descriptionpublic <C extends Channel> C description(java.lang.String value) Sets the channel description- Type Parameters:
- C- this channel type
- Parameters:
- value- the description
- Returns:
- this
 
 
- 
 
-