com.ibm.xtools.bpmn2
Interface Relationship

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Relationship
extends BaseElement

A representation of the model object 'Relationship'.

The following features are supported:

See Also:
Bpmn2Package.getRelationship()

Method Summary
 RelationshipDirection getDirection()
          Returns the value of the 'Direction' attribute.
 org.eclipse.emf.common.util.EList<javax.xml.namespace.QName> getSource()
          Returns the value of the 'Source' attribute list.
 org.eclipse.emf.common.util.EList<javax.xml.namespace.QName> getTarget()
          Returns the value of the 'Target' attribute list.
 java.lang.String getType()
          Returns the value of the 'Type' attribute.
 boolean isSetDirection()
          Returns whether the value of the 'Direction' attribute is set.
 void setDirection(RelationshipDirection value)
          Sets the value of the 'Direction' attribute.
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute.
 void unsetDirection()
          Unsets the value of the 'Direction' attribute.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
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

getSource

org.eclipse.emf.common.util.EList<javax.xml.namespace.QName> getSource()
Returns the value of the 'Source' attribute list. The list contents are of type QName.

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

Returns:
the value of the 'Source' attribute list.
See Also:
Bpmn2Package.getRelationship_Source()

getTarget

org.eclipse.emf.common.util.EList<javax.xml.namespace.QName> getTarget()
Returns the value of the 'Target' attribute list. The list contents are of type QName.

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

Returns:
the value of the 'Target' attribute list.
See Also:
Bpmn2Package.getRelationship_Target()

getDirection

RelationshipDirection getDirection()
Returns the value of the 'Direction' attribute. The literals are from the enumeration RelationshipDirection.

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

Returns:
the value of the 'Direction' attribute.
See Also:
RelationshipDirection, isSetDirection(), unsetDirection(), setDirection(RelationshipDirection), Bpmn2Package.getRelationship_Direction()

setDirection

void setDirection(RelationshipDirection value)
Sets the value of the 'Direction' attribute.

Parameters:
value - the new value of the 'Direction' attribute.
See Also:
RelationshipDirection, isSetDirection(), unsetDirection(), getDirection()

unsetDirection

void unsetDirection()
Unsets the value of the 'Direction' attribute.

See Also:
isSetDirection(), getDirection(), setDirection(RelationshipDirection)

isSetDirection

boolean isSetDirection()
Returns whether the value of the 'Direction' attribute is set.

Returns:
whether the value of the 'Direction' attribute is set.
See Also:
unsetDirection(), getDirection(), setDirection(RelationshipDirection)

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), Bpmn2Package.getRelationship_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()