org.jbpm.bpmn2.emfextmodel
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.EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
EmfextmodelPackage.getDocumentRoot()
Model:
extendedMetaData="name='' kind='mixed'"
Generated Class

Method Summary
 GlobalType getGlobal()
          Returns the value of the 'Global' containment reference
 ImportType getImport()
          Returns the value of the 'Import' 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
 BigInteger 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 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(BigInteger 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

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:
EmfextmodelPackage.getDocumentRoot_Mixed()
Model:
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':mixed'"
Generated Class

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:
EmfextmodelPackage.getDocumentRoot_XMLNSPrefixMap()
Model:
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" extendedMetaData="kind='attribute' name='xmlns:prefix'"
Generated Class

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:
EmfextmodelPackage.getDocumentRoot_XSISchemaLocation()
Model:
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" extendedMetaData="kind='attribute' name='xsi:schemaLocation'"
Generated Class

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), EmfextmodelPackage.getDocumentRoot_Global()
Model:
containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='global' namespace='##targetNamespace'"
Generated Class

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 Class

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), EmfextmodelPackage.getDocumentRoot_Import()
Model:
containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='import' namespace='##targetNamespace'"
Generated Class

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 Class

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), EmfextmodelPackage.getDocumentRoot_OnEntryScript()
Model:
containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='onEntry-script' namespace='##targetNamespace'"
Generated Class

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 Class

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), EmfextmodelPackage.getDocumentRoot_OnExitScript()
Model:
containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='onExit-script' namespace='##targetNamespace'"
Generated Class

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 Class

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), EmfextmodelPackage.getDocumentRoot_PackageName()
Model:
dataType="org.jbpm.bpmn2.emfextmodel.PackageNameType" extendedMetaData="kind='attribute' name='packageName' namespace='##targetNamespace'"
Generated Class

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 Class

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), EmfextmodelPackage.getDocumentRoot_Priority()
Model:
dataType="org.jbpm.bpmn2.emfextmodel.PriorityType" extendedMetaData="kind='attribute' name='priority' namespace='##targetNamespace'"
Generated Class

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 Class

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), EmfextmodelPackage.getDocumentRoot_RuleFlowGroup()
Model:
dataType="org.jbpm.bpmn2.emfextmodel.RuleFlowGroupType" extendedMetaData="kind='attribute' name='ruleFlowGroup' namespace='##targetNamespace'"
Generated Class

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 Class

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), EmfextmodelPackage.getDocumentRoot_TaskName()
Model:
dataType="org.jbpm.bpmn2.emfextmodel.TaskNameType" extendedMetaData="kind='attribute' name='taskName' namespace='##targetNamespace'"
Generated Class

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 Class

getVersion

BigInteger 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(BigInteger), EmfextmodelPackage.getDocumentRoot_Version()
Model:
dataType="org.jbpm.bpmn2.emfextmodel.VersionType" extendedMetaData="kind='attribute' name='version' namespace='##targetNamespace'"
Generated Class

setVersion

void setVersion(BigInteger value)
Sets the value of the 'Version' attribute.

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


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