com.ibm.xtools.bpmn2
Interface ParticipantMultiplicity

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

public interface ParticipantMultiplicity
extends BaseElement

A representation of the model object 'Participant Multiplicity'.

The following features are supported:

See Also:
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

getMaximum

int getMaximum()
Returns the value of the 'Maximum' attribute.

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

Returns:
the value of the 'Maximum' attribute.
See Also:
isSetMaximum(), unsetMaximum(), setMaximum(int), Bpmn2Package.getParticipantMultiplicity_Maximum()

setMaximum

void setMaximum(int value)
Sets the value of the 'Maximum' attribute.

Parameters:
value - the new value of the 'Maximum' attribute.
See Also:
isSetMaximum(), unsetMaximum(), getMaximum()

unsetMaximum

void unsetMaximum()
Unsets the value of the 'Maximum' attribute.

See Also:
isSetMaximum(), getMaximum(), setMaximum(int)

isSetMaximum

boolean isSetMaximum()
Returns whether the value of the 'Maximum' attribute is set.

Returns:
whether the value of the 'Maximum' attribute is set.
See Also:
unsetMaximum(), getMaximum(), setMaximum(int)

getMinimum

int getMinimum()
Returns the value of the 'Minimum' attribute.

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

Returns:
the value of the 'Minimum' attribute.
See Also:
isSetMinimum(), unsetMinimum(), setMinimum(int), Bpmn2Package.getParticipantMultiplicity_Minimum()

setMinimum

void setMinimum(int value)
Sets the value of the 'Minimum' attribute.

Parameters:
value - the new value of the 'Minimum' attribute.
See Also:
isSetMinimum(), unsetMinimum(), getMinimum()

unsetMinimum

void unsetMinimum()
Unsets the value of the 'Minimum' attribute.

See Also:
isSetMinimum(), getMinimum(), setMinimum(int)

isSetMinimum

boolean isSetMinimum()
Returns whether the value of the 'Minimum' attribute is set.

Returns:
whether the value of the 'Minimum' attribute is set.
See Also:
unsetMinimum(), getMinimum(), setMinimum(int)