org.nasdanika.models.rules.TextResourceAction Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.rules;
/**
*
* A representation of the model object 'Text Resource Action'.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.rules.TextResourceAction#getContent Content}
*
*
* @see org.nasdanika.models.rules.RulesPackage#getTextResourceAction()
* @model
* @generated
*/
public interface TextResourceAction extends ResourceAction {
/**
* Returns the value of the 'Content' attribute.
*
*
* @return the value of the 'Content' attribute.
* @see #setContent(String)
* @see org.nasdanika.models.rules.RulesPackage#getTextResourceAction_Content()
* @model
* @generated
*/
String getContent();
/**
* Sets the value of the '{@link org.nasdanika.models.rules.TextResourceAction#getContent Content}' attribute.
*
*
* @param value the new value of the 'Content' attribute.
* @see #getContent()
* @generated
*/
void setContent(String value);
} // TextResourceAction