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

sculptormetamodel.Publish Maven / Gradle / Ivy

/**
 */
package sculptormetamodel;

import org.eclipse.emf.ecore.EObject;

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

* The following features are supported: *

    *
  • {@link sculptormetamodel.Publish#getEventBus Event Bus}
  • *
  • {@link sculptormetamodel.Publish#getTopic Topic}
  • *
  • {@link sculptormetamodel.Publish#getEventType Event Type}
  • *
*

* * @see sculptormetamodel.SculptormetamodelPackage#getPublish() * @model * @generated */ public interface Publish 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#getPublish_EventBus() * @model * @generated */ String getEventBus(); /** * Sets the value of the '{@link sculptormetamodel.Publish#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#getPublish_Topic() * @model * @generated */ String getTopic(); /** * Sets the value of the '{@link sculptormetamodel.Publish#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 Type' reference. * *

* If the meaning of the 'Event Type' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Event Type' reference. * @see #setEventType(Event) * @see sculptormetamodel.SculptormetamodelPackage#getPublish_EventType() * @model * @generated */ Event getEventType(); /** * Sets the value of the '{@link sculptormetamodel.Publish#getEventType Event Type}' reference. * * * @param value the new value of the 'Event Type' reference. * @see #getEventType() * @generated */ void setEventType(Event value); } // Publish




© 2015 - 2025 Weber Informatics LLC | Privacy Policy