|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Relationship
A representation of the model object 'Relationship'.
The following features are supported:
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 |
---|
org.eclipse.emf.common.util.EList<javax.xml.namespace.QName> getSource()
QName
.
If the meaning of the 'Source' attribute list isn't clear, there really should be more of a description here...
Bpmn2Package.getRelationship_Source()
org.eclipse.emf.common.util.EList<javax.xml.namespace.QName> getTarget()
QName
.
If the meaning of the 'Target' attribute list isn't clear, there really should be more of a description here...
Bpmn2Package.getRelationship_Target()
RelationshipDirection getDirection()
RelationshipDirection
.
If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...
RelationshipDirection
,
isSetDirection()
,
unsetDirection()
,
setDirection(RelationshipDirection)
,
Bpmn2Package.getRelationship_Direction()
void setDirection(RelationshipDirection value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.RelationshipDirection
,
isSetDirection()
,
unsetDirection()
,
getDirection()
void unsetDirection()
Direction
' attribute.
isSetDirection()
,
getDirection()
,
setDirection(RelationshipDirection)
boolean isSetDirection()
Direction
' attribute is set.
unsetDirection()
,
getDirection()
,
setDirection(RelationshipDirection)
java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String)
,
Bpmn2Package.getRelationship_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |