Interface DocumentRoot

    • Method Detail

      • getMixed

        org.eclipse.emf.ecore.util.FeatureMap getMixed()
        Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

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

        Returns:
        the value of the 'Mixed' attribute list.
        See Also:
        DroolsPackage.getDocumentRoot_Mixed()
        Generated code
        Model
        unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':mixed'"
      • getXMLNSPrefixMap

        org.eclipse.emf.common.util.EMap<String,​String> getXMLNSPrefixMap()
        Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

        If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'XMLNS Prefix Map' map.
        See Also:
        DroolsPackage.getDocumentRoot_XMLNSPrefixMap()
        Generated code
        Model
        mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" extendedMetaData="kind='attribute' name='xmlns:prefix'"
      • getXSISchemaLocation

        org.eclipse.emf.common.util.EMap<String,​String> getXSISchemaLocation()
        Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

        If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'XSI Schema Location' map.
        See Also:
        DroolsPackage.getDocumentRoot_XSISchemaLocation()
        Generated code
        Model
        mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" extendedMetaData="kind='attribute' name='xsi:schemaLocation'"
      • getGlobal

        GlobalType getGlobal()
        Returns the value of the 'Global' containment reference.

        If the meaning of the 'Global' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Global' containment reference.
        See Also:
        setGlobal(GlobalType), DroolsPackage.getDocumentRoot_Global()
        Generated code
        Model
        containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='global' namespace='##targetNamespace'"
      • setGlobal

        void setGlobal​(GlobalType value)
        Sets the value of the 'Global' containment reference.
        Parameters:
        value - the new value of the 'Global' containment reference.
        See Also:
        getGlobal()
        Generated code
      • getImport

        ImportType getImport()
        Returns the value of the 'Import' containment reference.

        If the meaning of the 'Import' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Import' containment reference.
        See Also:
        setImport(ImportType), DroolsPackage.getDocumentRoot_Import()
        Generated code
        Model
        containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='import' namespace='##targetNamespace'"
      • setImport

        void setImport​(ImportType value)
        Sets the value of the 'Import' containment reference.
        Parameters:
        value - the new value of the 'Import' containment reference.
        See Also:
        getImport()
        Generated code
      • getMetaData

        MetaDataType getMetaData()
        Returns the value of the 'Meta Data' containment reference.

        If the meaning of the 'Meta Data' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Meta Data' containment reference.
        See Also:
        setMetaData(MetaDataType), DroolsPackage.getDocumentRoot_MetaData()
        Generated code
        Model
        containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='metaData' namespace='##targetNamespace'"
      • setMetaData

        void setMetaData​(MetaDataType value)
        Sets the value of the 'Meta Data' containment reference.
        Parameters:
        value - the new value of the 'Meta Data' containment reference.
        See Also:
        getMetaData()
        Generated code
      • getOnEntryScript

        OnEntryScriptType getOnEntryScript()
        Returns the value of the 'On Entry Script' containment reference.

        If the meaning of the 'On Entry Script' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'On Entry Script' containment reference.
        See Also:
        setOnEntryScript(OnEntryScriptType), DroolsPackage.getDocumentRoot_OnEntryScript()
        Generated code
        Model
        containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='onEntry-script' namespace='##targetNamespace'"
      • setOnEntryScript

        void setOnEntryScript​(OnEntryScriptType value)
        Sets the value of the 'On Entry Script' containment reference.
        Parameters:
        value - the new value of the 'On Entry Script' containment reference.
        See Also:
        getOnEntryScript()
        Generated code
      • getOnExitScript

        OnExitScriptType getOnExitScript()
        Returns the value of the 'On Exit Script' containment reference.

        If the meaning of the 'On Exit Script' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'On Exit Script' containment reference.
        See Also:
        setOnExitScript(OnExitScriptType), DroolsPackage.getDocumentRoot_OnExitScript()
        Generated code
        Model
        containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='onExit-script' namespace='##targetNamespace'"
      • setOnExitScript

        void setOnExitScript​(OnExitScriptType value)
        Sets the value of the 'On Exit Script' containment reference.
        Parameters:
        value - the new value of the 'On Exit Script' containment reference.
        See Also:
        getOnExitScript()
        Generated code
      • getPackageName

        String getPackageName()
        Returns the value of the 'Package Name' attribute.

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

        Returns:
        the value of the 'Package Name' attribute.
        See Also:
        setPackageName(String), DroolsPackage.getDocumentRoot_PackageName()
        Generated code
        Model
        dataType="org.jboss.drools.PackageNameType" extendedMetaData="kind='attribute' name='packageName' namespace='##targetNamespace'"
      • setPackageName

        void setPackageName​(String value)
        Sets the value of the 'Package Name' attribute.
        Parameters:
        value - the new value of the 'Package Name' attribute.
        See Also:
        getPackageName()
        Generated code
      • getPriority

        BigInteger getPriority()
        Returns the value of the 'Priority' attribute.

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

        Returns:
        the value of the 'Priority' attribute.
        See Also:
        setPriority(BigInteger), DroolsPackage.getDocumentRoot_Priority()
        Generated code
        Model
        dataType="org.jboss.drools.PriorityType" extendedMetaData="kind='attribute' name='priority' namespace='##targetNamespace'"
      • setPriority

        void setPriority​(BigInteger value)
        Sets the value of the 'Priority' attribute.
        Parameters:
        value - the new value of the 'Priority' attribute.
        See Also:
        getPriority()
        Generated code
      • getRuleFlowGroup

        String getRuleFlowGroup()
        Returns the value of the 'Rule Flow Group' attribute.

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

        Returns:
        the value of the 'Rule Flow Group' attribute.
        See Also:
        setRuleFlowGroup(String), DroolsPackage.getDocumentRoot_RuleFlowGroup()
        Generated code
        Model
        dataType="org.jboss.drools.RuleFlowGroupType" extendedMetaData="kind='attribute' name='ruleFlowGroup' namespace='##targetNamespace'"
      • setRuleFlowGroup

        void setRuleFlowGroup​(String value)
        Sets the value of the 'Rule Flow Group' attribute.
        Parameters:
        value - the new value of the 'Rule Flow Group' attribute.
        See Also:
        getRuleFlowGroup()
        Generated code
      • getTaskName

        String getTaskName()
        Returns the value of the 'Task Name' attribute.

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

        Returns:
        the value of the 'Task Name' attribute.
        See Also:
        setTaskName(String), DroolsPackage.getDocumentRoot_TaskName()
        Generated code
        Model
        dataType="org.jboss.drools.TaskNameType" extendedMetaData="kind='attribute' name='taskName' namespace='##targetNamespace'"
      • setTaskName

        void setTaskName​(String value)
        Sets the value of the 'Task Name' attribute.
        Parameters:
        value - the new value of the 'Task Name' attribute.
        See Also:
        getTaskName()
        Generated code
      • getVersion

        String getVersion()
        Returns the value of the 'Version' attribute.

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

        Returns:
        the value of the 'Version' attribute.
        See Also:
        setVersion(String), DroolsPackage.getDocumentRoot_Version()
        Generated code
        Model
        dataType="org.jboss.drools.VersionType" extendedMetaData="kind='attribute' name='version' namespace='##targetNamespace'"
      • setVersion

        void setVersion​(String value)
        Sets the value of the 'Version' attribute.
        Parameters:
        value - the new value of the 'Version' attribute.
        See Also:
        getVersion()
        Generated code