public interface Consumer
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getConsumer()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannel()
Returns the value of the 'Channel' attribute.
|
org.eclipse.emf.common.util.EList<Dependency> |
getDependencies()
Returns the value of the 'Dependencies' containment reference list.
|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
java.lang.String |
getHint()
Returns the value of the 'Hint' attribute.
|
DomainObject |
getMessageRoot()
Returns the value of the 'Message Root' reference.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
Subscribe |
getSubscribe()
Returns the value of the 'Subscribe' containment reference.
|
void |
setChannel(java.lang.String value)
Sets the value of the '
Channel' attribute. |
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setHint(java.lang.String value)
Sets the value of the '
Hint' attribute. |
void |
setMessageRoot(DomainObject value)
Sets the value of the '
Message Root' reference. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setSubscribe(Subscribe value)
Sets the value of the '
Subscribe' containment reference. |
java.lang.String getDoc()
If the meaning of the 'Doc' attribute isn't clear, there really should be more of a description here...
setDoc(String),
TacticdslPackage.getConsumer_Doc()void setDoc(java.lang.String value)
Doc' attribute.
value - the new value of the 'Doc' attribute.getDoc()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
TacticdslPackage.getConsumer_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getHint()
If the meaning of the 'Hint' attribute isn't clear, there really should be more of a description here...
setHint(String),
TacticdslPackage.getConsumer_Hint()void setHint(java.lang.String value)
Hint' attribute.
value - the new value of the 'Hint' attribute.getHint()org.eclipse.emf.common.util.EList<Dependency> getDependencies()
Dependency.
If the meaning of the 'Dependencies' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getConsumer_Dependencies()DomainObject getMessageRoot()
If the meaning of the 'Message Root' reference isn't clear, there really should be more of a description here...
setMessageRoot(DomainObject),
TacticdslPackage.getConsumer_MessageRoot()void setMessageRoot(DomainObject value)
Message Root' reference.
value - the new value of the 'Message Root' reference.getMessageRoot()java.lang.String getChannel()
If the meaning of the 'Channel' attribute isn't clear, there really should be more of a description here...
setChannel(String),
TacticdslPackage.getConsumer_Channel()void setChannel(java.lang.String value)
Channel' attribute.
value - the new value of the 'Channel' attribute.getChannel()Subscribe getSubscribe()
If the meaning of the 'Subscribe' containment reference isn't clear, there really should be more of a description here...
setSubscribe(Subscribe),
TacticdslPackage.getConsumer_Subscribe()void setSubscribe(Subscribe value)
Subscribe' containment reference.
value - the new value of the 'Subscribe' containment reference.getSubscribe()