![JAR search and dependency download from the Maven repository](/logo.png)
org.contextmapper.tactic.dsl.tacticdsl.Subscribe Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of context-mapper-dsl Show documentation
Show all versions of context-mapper-dsl Show documentation
Use the ContextMapper DSL in your standalone application.
/**
* generated by Xtext 2.20.0
*/
package org.contextmapper.tactic.dsl.tacticdsl;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Subscribe'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.tactic.dsl.tacticdsl.Subscribe#getTopic Topic}
* - {@link org.contextmapper.tactic.dsl.tacticdsl.Subscribe#getEventBus Event Bus}
*
*
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getSubscribe()
* @model
* @generated
*/
public interface Subscribe extends EObject
{
/**
* Returns the value of the 'Topic' attribute.
*
*
* If the meaning of the 'Topic' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Topic' attribute.
* @see #setTopic(String)
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getSubscribe_Topic()
* @model
* @generated
*/
String getTopic();
/**
* Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Subscribe#getTopic Topic}' attribute.
*
*
* @param value the new value of the 'Topic' attribute.
* @see #getTopic()
* @generated
*/
void setTopic(String value);
/**
* Returns the value of the 'Event Bus' attribute.
*
*
* If the meaning of the 'Event Bus' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Event Bus' attribute.
* @see #setEventBus(String)
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getSubscribe_EventBus()
* @model
* @generated
*/
String getEventBus();
/**
* Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Subscribe#getEventBus Event Bus}' attribute.
*
*
* @param value the new value of the 'Event Bus' attribute.
* @see #getEventBus()
* @generated
*/
void setEventBus(String value);
} // Subscribe
© 2015 - 2025 Weber Informatics LLC | Privacy Policy