com.ibm.xtools.bpmn2
Interface BaseElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Activity, AdHocSubProcess, Artifact, Assignment, Association, BoundaryEvent, BusinessRuleTask, CallableElement, CallActivity, CallChoreography, CancelEventDefinition, CatchEvent, Choreography, ChoreographyActivity, ChoreographyTask, Collaboration, CompensateEventDefinition, ComplexBehaviorDefinition, ComplexGateway, ConditionalEventDefinition, DataAssociation, DataInput, DataInputAssociation, DataObject, DataOutput, DataOutputAssociation, DataStore, Definitions, EndEvent, Error, ErrorEventDefinition, Escalation, EscalationEventDefinition, Event, EventBasedGateway, EventDefinition, ExclusiveGateway, FlowElement, FlowNode, Gateway, GlobalChoreographyTask, GlobalTask, Group, HumanPerformer, ImplicitThrowEvent, InclusiveGateway, InputOutputSpecification, InputSet, Interface, IntermediateCatchEvent, IntermediateThrowEvent, ItemDefinition, Lane, LinkEventDefinition, LoopCharacteristics, Message, MessageEventDefinition, MessageFlow, MultiInstanceLoopCharacteristics, Operation, OutputSet, ParallelGateway, Participant, ParticipantAssociation, ParticipantMultiplicity, Performer, PotentialOwner, Process, Relationship, Resource, ResourceAssignmentExpression, ResourceParameter, ResourceParameterBinding, ResourceRole, RootElement, SequenceFlow, ServiceTask, Signal, SignalEventDefinition, StandardLoopCharacteristics, StartEvent, SubChoreography, SubProcess, Task, TerminateEventDefinition, TextAnnotation, ThrowEvent, TimerEventDefinition, Transaction, UserTask

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

A representation of the model object 'Base Element'.

The following features are supported:

See Also:
Bpmn2Package.getBaseElement()

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.
 ExtensionElements getExtensionElements()
          Returns the value of the 'Extension Elements' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setExtensionElements(ExtensionElements value)
          Sets the value of the 'Extension Elements' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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

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.getBaseElement_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.getBaseElement_Any()

getExtensionElements

ExtensionElements getExtensionElements()
Returns the value of the 'Extension Elements' containment reference.

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

Returns:
the value of the 'Extension Elements' containment reference.
See Also:
setExtensionElements(ExtensionElements), Bpmn2Package.getBaseElement_ExtensionElements()

setExtensionElements

void setExtensionElements(ExtensionElements value)
Sets the value of the 'Extension Elements' containment reference.

Parameters:
value - the new value of the 'Extension Elements' containment reference.
See Also:
getExtensionElements()

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.getBaseElement_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()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), Bpmn2Package.getBaseElement_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

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.getBaseElement_AnyAttribute()