|
jBPM :: BPMN2 EMF Extension Model 6.0.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentRoot
A representation of the model object 'Document Root'.
The following features are supported:
MixedXMLNS Prefix MapXSI Schema LocationGlobalImportMetadataMetaentryOn Entry ScriptOn Exit ScriptPackage NamePriorityRule Flow GroupTask NameVersion
DroolsPackage.getDocumentRoot()| Method Summary | |
|---|---|
GlobalType |
getGlobal()
Returns the value of the 'Global' containment reference |
ImportType |
getImport()
Returns the value of the 'Import' containment reference |
MetadataType |
getMetadata()
Returns the value of the 'Metadata' containment reference |
MetaentryType |
getMetaentry()
Returns the value of the 'Metaentry' containment reference |
org.eclipse.emf.ecore.util.FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list. |
OnEntryScriptType |
getOnEntryScript()
Returns the value of the 'On Entry Script' containment reference |
OnExitScriptType |
getOnExitScript()
Returns the value of the 'On Exit Script' containment reference |
String |
getPackageName()
Returns the value of the 'Package Name' attribute |
BigInteger |
getPriority()
Returns the value of the 'Priority' attribute |
String |
getRuleFlowGroup()
Returns the value of the 'Rule Flow Group' attribute |
String |
getTaskName()
Returns the value of the 'Task Name' attribute |
String |
getVersion()
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. |
void |
setGlobal(GlobalType value)
Sets the value of the ' Global' containment reference |
void |
setImport(ImportType value)
Sets the value of the ' Import' containment reference |
void |
setMetadata(MetadataType value)
Sets the value of the ' Metadata' containment reference |
void |
setMetaentry(MetaentryType value)
Sets the value of the ' Metaentry' containment reference |
void |
setOnEntryScript(OnEntryScriptType value)
Sets the value of the ' On Entry Script' containment reference |
void |
setOnExitScript(OnExitScriptType value)
Sets the value of the ' On Exit Script' containment reference |
void |
setPackageName(String value)
Sets the value of the ' Package Name' attribute |
void |
setPriority(BigInteger value)
Sets the value of the ' Priority' attribute |
void |
setRuleFlowGroup(String value)
Sets the value of the ' Rule Flow Group' attribute |
void |
setTaskName(String value)
Sets the value of the ' Task Name' attribute |
void |
setVersion(String value)
Sets the value of the ' Version' 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 |
|---|
org.eclipse.emf.ecore.util.FeatureMap getMixed()
FeatureMap.Entry.
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
DroolsPackage.getDocumentRoot_Mixed()org.eclipse.emf.common.util.EMap<String,String> getXMLNSPrefixMap()
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...
DroolsPackage.getDocumentRoot_XMLNSPrefixMap()org.eclipse.emf.common.util.EMap<String,String> getXSISchemaLocation()
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...
DroolsPackage.getDocumentRoot_XSISchemaLocation()GlobalType getGlobal()
If the meaning of the 'Global' containment reference isn't clear, there really should be more of a description here...
setGlobal(GlobalType),
DroolsPackage.getDocumentRoot_Global()void setGlobal(GlobalType value)
Global' containment reference.
value - the new value of the 'Global' containment reference.getGlobal()ImportType getImport()
If the meaning of the 'Import' containment reference isn't clear, there really should be more of a description here...
setImport(ImportType),
DroolsPackage.getDocumentRoot_Import()void setImport(ImportType value)
Import' containment reference.
value - the new value of the 'Import' containment reference.getImport()MetadataType getMetadata()
If the meaning of the 'Metadata' containment reference isn't clear, there really should be more of a description here...
setMetadata(MetadataType),
DroolsPackage.getDocumentRoot_Metadata()void setMetadata(MetadataType value)
Metadata' containment reference.
value - the new value of the 'Metadata' containment reference.getMetadata()MetaentryType getMetaentry()
If the meaning of the 'Metaentry' containment reference isn't clear, there really should be more of a description here...
setMetaentry(MetaentryType),
DroolsPackage.getDocumentRoot_Metaentry()void setMetaentry(MetaentryType value)
Metaentry' containment reference.
value - the new value of the 'Metaentry' containment reference.getMetaentry()OnEntryScriptType getOnEntryScript()
If the meaning of the 'On Entry Script' containment reference isn't clear, there really should be more of a description here...
setOnEntryScript(OnEntryScriptType),
DroolsPackage.getDocumentRoot_OnEntryScript()void setOnEntryScript(OnEntryScriptType value)
On Entry Script' containment reference.
value - the new value of the 'On Entry Script' containment reference.getOnEntryScript()OnExitScriptType getOnExitScript()
If the meaning of the 'On Exit Script' containment reference isn't clear, there really should be more of a description here...
setOnExitScript(OnExitScriptType),
DroolsPackage.getDocumentRoot_OnExitScript()void setOnExitScript(OnExitScriptType value)
On Exit Script' containment reference.
value - the new value of the 'On Exit Script' containment reference.getOnExitScript()String getPackageName()
If the meaning of the 'Package Name' attribute isn't clear, there really should be more of a description here...
setPackageName(String),
DroolsPackage.getDocumentRoot_PackageName()void setPackageName(String value)
Package Name' attribute.
value - the new value of the 'Package Name' attribute.getPackageName()BigInteger getPriority()
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
setPriority(BigInteger),
DroolsPackage.getDocumentRoot_Priority()void setPriority(BigInteger value)
Priority' attribute.
value - the new value of the 'Priority' attribute.getPriority()String getRuleFlowGroup()
If the meaning of the 'Rule Flow Group' attribute isn't clear, there really should be more of a description here...
setRuleFlowGroup(String),
DroolsPackage.getDocumentRoot_RuleFlowGroup()void setRuleFlowGroup(String value)
Rule Flow Group' attribute.
value - the new value of the 'Rule Flow Group' attribute.getRuleFlowGroup()String getTaskName()
If the meaning of the 'Task Name' attribute isn't clear, there really should be more of a description here...
setTaskName(String),
DroolsPackage.getDocumentRoot_TaskName()void setTaskName(String value)
Task Name' attribute.
value - the new value of the 'Task Name' attribute.getTaskName()String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String),
DroolsPackage.getDocumentRoot_Version()void setVersion(String value)
Version' attribute.
value - the new value of the 'Version' attribute.getVersion()
|
jBPM :: BPMN2 EMF Extension Model 6.0.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||