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