public interface Publish
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getPublish()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventBus()
Returns the value of the 'Event Bus' attribute.
|
Event |
getEventType()
Returns the value of the 'Event Type' reference.
|
java.lang.String |
getTopic()
Returns the value of the 'Topic' attribute.
|
void |
setEventBus(java.lang.String value)
Sets the value of the '
Event Bus' attribute. |
void |
setEventType(Event value)
Sets the value of the '
Event Type' reference. |
void |
setTopic(java.lang.String value)
Sets the value of the '
Topic' attribute. |
Event getEventType()
If the meaning of the 'Event Type' reference isn't clear, there really should be more of a description here...
setEventType(Event),
TacticdslPackage.getPublish_EventType()void setEventType(Event value)
Event Type' reference.
value - the new value of the 'Event Type' reference.getEventType()java.lang.String getTopic()
If the meaning of the 'Topic' attribute isn't clear, there really should be more of a description here...
setTopic(String),
TacticdslPackage.getPublish_Topic()void setTopic(java.lang.String value)
Topic' attribute.
value - the new value of the 'Topic' attribute.getTopic()java.lang.String getEventBus()
If the meaning of the 'Event Bus' attribute isn't clear, there really should be more of a description here...
setEventBus(String),
TacticdslPackage.getPublish_EventBus()void setEventBus(java.lang.String value)
Event Bus' attribute.
value - the new value of the 'Event Bus' attribute.getEventBus()