|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParticipantMultiplicity
A representation of the model object 'Participant Multiplicity'.
The following features are supported:
Bpmn2Package.getParticipantMultiplicity()
Method Summary | |
---|---|
int |
getMaximum()
Returns the value of the 'Maximum' attribute. |
int |
getMinimum()
Returns the value of the 'Minimum' attribute. |
boolean |
isSetMaximum()
Returns whether the value of the ' Maximum ' attribute is set. |
boolean |
isSetMinimum()
Returns whether the value of the ' Minimum ' attribute is set. |
void |
setMaximum(int value)
Sets the value of the ' Maximum ' attribute. |
void |
setMinimum(int value)
Sets the value of the ' Minimum ' attribute. |
void |
unsetMaximum()
Unsets the value of the ' Maximum ' attribute. |
void |
unsetMinimum()
Unsets the value of the ' Minimum ' 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 |
---|
int getMaximum()
If the meaning of the 'Maximum' attribute isn't clear, there really should be more of a description here...
isSetMaximum()
,
unsetMaximum()
,
setMaximum(int)
,
Bpmn2Package.getParticipantMultiplicity_Maximum()
void setMaximum(int value)
Maximum
' attribute.
value
- the new value of the 'Maximum' attribute.isSetMaximum()
,
unsetMaximum()
,
getMaximum()
void unsetMaximum()
Maximum
' attribute.
isSetMaximum()
,
getMaximum()
,
setMaximum(int)
boolean isSetMaximum()
Maximum
' attribute is set.
unsetMaximum()
,
getMaximum()
,
setMaximum(int)
int getMinimum()
If the meaning of the 'Minimum' attribute isn't clear, there really should be more of a description here...
isSetMinimum()
,
unsetMinimum()
,
setMinimum(int)
,
Bpmn2Package.getParticipantMultiplicity_Minimum()
void setMinimum(int value)
Minimum
' attribute.
value
- the new value of the 'Minimum' attribute.isSetMinimum()
,
unsetMinimum()
,
getMinimum()
void unsetMinimum()
Minimum
' attribute.
isSetMinimum()
,
getMinimum()
,
setMinimum(int)
boolean isSetMinimum()
Minimum
' attribute is set.
unsetMinimum()
,
getMinimum()
,
setMinimum(int)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |