All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sculptormetamodel.Subscribe Maven / Gradle / Ivy

/**
 */
package sculptormetamodel;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Subscribe'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link sculptormetamodel.Subscribe#getEventBus Event Bus}
  • *
  • {@link sculptormetamodel.Subscribe#getTopic Topic}
  • *
*

* * @see sculptormetamodel.SculptormetamodelPackage#getSubscribe() * @model * @generated */ public interface Subscribe extends EObject { /** * 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 sculptormetamodel.SculptormetamodelPackage#getSubscribe_EventBus() * @model * @generated */ String getEventBus(); /** * Sets the value of the '{@link sculptormetamodel.Subscribe#getEventBus Event Bus}' attribute. * * * @param value the new value of the 'Event Bus' attribute. * @see #getEventBus() * @generated */ void setEventBus(String value); /** * 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 sculptormetamodel.SculptormetamodelPackage#getSubscribe_Topic() * @model * @generated */ String getTopic(); /** * Sets the value of the '{@link sculptormetamodel.Subscribe#getTopic Topic}' attribute. * * * @param value the new value of the 'Topic' attribute. * @see #getTopic() * @generated */ void setTopic(String value); } // Subscribe




© 2015 - 2025 Weber Informatics LLC | Privacy Policy