Interface DocumentRoot
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DocumentRootImpl
public interface DocumentRoot extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Document Root'.The following features are supported:
- See Also:
DroolsPackage.getDocumentRoot()- Generated code
- Model
- extendedMetaData="name='' kind='mixed'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalTypegetGlobal()Returns the value of the 'Global' containment reference.ImportTypegetImport()Returns the value of the 'Import' containment reference.MetaDataTypegetMetaData()Returns the value of the 'Meta Data' containment reference.org.eclipse.emf.ecore.util.FeatureMapgetMixed()Returns the value of the 'Mixed' attribute list.OnEntryScriptTypegetOnEntryScript()Returns the value of the 'On Entry Script' containment reference.OnExitScriptTypegetOnExitScript()Returns the value of the 'On Exit Script' containment reference.StringgetPackageName()Returns the value of the 'Package Name' attribute.BigIntegergetPriority()Returns the value of the 'Priority' attribute.StringgetRuleFlowGroup()Returns the value of the 'Rule Flow Group' attribute.StringgetTaskName()Returns the value of the 'Task Name' attribute.StringgetVersion()Returns the value of the 'Version' attribute.org.eclipse.emf.common.util.EMap<String,String>getXMLNSPrefixMap()Returns the value of the 'XMLNS Prefix Map' map.org.eclipse.emf.common.util.EMap<String,String>getXSISchemaLocation()Returns the value of the 'XSI Schema Location' map.voidsetGlobal(GlobalType value)Sets the value of the 'Global' containment reference.voidsetImport(ImportType value)Sets the value of the 'Import' containment reference.voidsetMetaData(MetaDataType value)Sets the value of the 'Meta Data' containment reference.voidsetOnEntryScript(OnEntryScriptType value)Sets the value of the 'On Entry Script' containment reference.voidsetOnExitScript(OnExitScriptType value)Sets the value of the 'On Exit Script' containment reference.voidsetPackageName(String value)Sets the value of the 'Package Name' attribute.voidsetPriority(BigInteger value)Sets the value of the 'Priority' attribute.voidsetRuleFlowGroup(String value)Sets the value of the 'Rule Flow Group' attribute.voidsetTaskName(String value)Sets the value of the 'Task Name' attribute.voidsetVersion(String value)Sets the value of the 'Version' attribute.
-
-
-
Method Detail
-
getMixed
org.eclipse.emf.ecore.util.FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.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 typeString, and the value is of typeString,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 typeString, and the value is of typeString,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
-
-