com.ibm.xtools.bpmn2
Interface BaseElementWithMixedContent

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Expression, FormalExpression

public interface BaseElementWithMixedContent
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Base Element With Mixed Content'.

The following features are supported:

See Also:
Bpmn2Package.getBaseElementWithMixedContent()

Method Summary
 org.eclipse.emf.ecore.util.FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 org.eclipse.emf.ecore.util.FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 org.eclipse.emf.common.util.EList<Documentation> getDocumentations()
          Returns the value of the 'Documentations' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 org.eclipse.emf.ecore.util.FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' 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:
Bpmn2Package.getBaseElementWithMixedContent_Mixed()

getDocumentations

org.eclipse.emf.common.util.EList<Documentation> getDocumentations()
Returns the value of the 'Documentations' containment reference list. The list contents are of type Documentation.

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

Returns:
the value of the 'Documentations' containment reference list.
See Also:
Bpmn2Package.getBaseElementWithMixedContent_Documentations()

getAny

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

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

Returns:
the value of the 'Any' attribute list.
See Also:
Bpmn2Package.getBaseElementWithMixedContent_Any()

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Bpmn2Package.getBaseElementWithMixedContent_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getAnyAttribute

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

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
Bpmn2Package.getBaseElementWithMixedContent_AnyAttribute()