Interface OnEntryScriptType

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

    public interface OnEntryScriptType
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'On Entry Script Type'.

    The following features are supported:

    See Also:
    DroolsPackage.getOnEntryScriptType()
    Generated code
    Model
    extendedMetaData="name='onEntry-script_._type' kind='elementOnly'"
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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), DroolsPackage.getOnEntryScriptType_Script()
        Generated code
        Model
        dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='element' name='script' namespace='##targetNamespace'"
      • 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 code
      • 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), DroolsPackage.getOnEntryScriptType_ScriptFormat()
        Generated code
        Model
        dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='scriptFormat'"
      • 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 code