blob: 7dd57d95ecfb69dc5b62d59edca862f6d736660f [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package org.jboss.drools;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>On Exit Script Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.jboss.drools.OnExitScriptType#getScript <em>Script</em>}</li>
* <li>{@link org.jboss.drools.OnExitScriptType#getScriptFormat <em>Script Format</em>}</li>
* </ul>
*
* @see org.jboss.drools.DroolsPackage#getOnExitScriptType()
* @model extendedMetaData="name='onExit-script_._type' kind='elementOnly'"
* @generated
*/
public interface OnExitScriptType extends EObject {
/**
* Returns the value of the '<em><b>Script</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Script</em>' attribute.
* @see #setScript(String)
* @see org.jboss.drools.DroolsPackage#getOnExitScriptType_Script()
* @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
* extendedMetaData="kind='element' name='script' namespace='##targetNamespace'"
* @generated
*/
String getScript();
/**
* Sets the value of the '{@link org.jboss.drools.OnExitScriptType#getScript <em>Script</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Script</em>' attribute.
* @see #getScript()
* @generated
*/
void setScript(String value);
/**
* Returns the value of the '<em><b>Script Format</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Script Format</em>' attribute.
* @see #setScriptFormat(String)
* @see org.jboss.drools.DroolsPackage#getOnExitScriptType_ScriptFormat()
* @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
* extendedMetaData="kind='attribute' name='scriptFormat'"
* @generated
*/
String getScriptFormat();
/**
* Sets the value of the '{@link org.jboss.drools.OnExitScriptType#getScriptFormat <em>Script Format</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Script Format</em>' attribute.
* @see #getScriptFormat()
* @generated
*/
void setScriptFormat(String value);
} // OnExitScriptType