org.jbpm.bpmn2.emfextmodel
Interface OnExitScriptType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
OnExitScriptTypeImpl

public interface OnExitScriptType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'On Exit Script Type'.

The following features are supported:

See Also:
EmfextmodelPackage.getOnExitScriptType()
Model:
extendedMetaData="name='onExit-script_._type' kind='elementOnly'"
Generated Class

Method Summary
 String getScript()
          Returns the value of the 'Script' attribute
 String getScriptFormat()
          Returns the value of the 'Script Format' attribute
 void setScript(String value)
          Sets the value of the 'Script' attribute
 void setScriptFormat(String value)
          Sets the value of the 'Script Format' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getScript

String getScript()
Returns the value of the 'Script' attribute.

If the meaning of the 'Script' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Script' attribute.
See Also:
setScript(String), EmfextmodelPackage.getOnExitScriptType_Script()
Model:
dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='element' name='script' namespace='##targetNamespace'"
Generated Class

setScript

void setScript(String value)
Sets the value of the 'Script' attribute.

Parameters:
value - the new value of the 'Script' attribute.
See Also:
getScript()
Generated Class

getScriptFormat

String getScriptFormat()
Returns the value of the 'Script Format' attribute.

If the meaning of the 'Script Format' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Script Format' attribute.
See Also:
setScriptFormat(String), EmfextmodelPackage.getOnExitScriptType_ScriptFormat()
Model:
dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='scriptFormat'"
Generated Class

setScriptFormat

void setScriptFormat(String value)
Sets the value of the 'Script Format' attribute.

Parameters:
value - the new value of the 'Script Format' attribute.
See Also:
getScriptFormat()
Generated Class


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.