org.nasdanika.models.functionflow.Subscriber Maven / Gradle / Ivy
The newest version!
/**
*/
package org.nasdanika.models.functionflow;
/**
*
* A representation of the model object 'Subscriber'.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.functionflow.Subscriber#getCondition Condition}
*
*
* @see org.nasdanika.models.functionflow.FunctionFlowPackage#getSubscriber()
* @model
* @generated
*/
public interface Subscriber extends Supplier {
/**
* Returns the value of the 'Condition' attribute.
*
*
* @return the value of the 'Condition' attribute.
* @see #setCondition(String)
* @see org.nasdanika.models.functionflow.FunctionFlowPackage#getSubscriber_Condition()
* @model
* @generated
*/
String getCondition();
/**
* Sets the value of the '{@link org.nasdanika.models.functionflow.Subscriber#getCondition Condition}' attribute.
*
*
* @param value the new value of the 'Condition' attribute.
* @see #getCondition()
* @generated
*/
void setCondition(String value);
} // Subscriber