public interface EventPatternReference
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EventsPackage.getEventPatternReference()| Modifier and Type | Method and Description |
|---|---|
EventPattern |
getEventPattern()
Returns the value of the 'Event Pattern' containment reference.
|
AbstractMultiplicity |
getMultiplicity()
Returns the value of the 'Multiplicity' containment reference.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getParameterSymbolicNames()
Returns the value of the 'Parameter Symbolic Names' attribute list.
|
void |
setEventPattern(EventPattern value)
Sets the value of the '
Event Pattern' containment reference. |
void |
setMultiplicity(AbstractMultiplicity value)
Sets the value of the '
Multiplicity' containment reference. |
EventPattern getEventPattern()
If the meaning of the 'Event Pattern' containment reference isn't clear, there really should be more of a description here...
setEventPattern(EventPattern),
EventsPackage.getEventPatternReference_EventPattern()void setEventPattern(EventPattern value)
Event Pattern' containment reference.
value - the new value of the 'Event Pattern' containment reference.getEventPattern()AbstractMultiplicity getMultiplicity()
If the meaning of the 'Multiplicity' containment reference isn't clear, there really should be more of a description here...
setMultiplicity(AbstractMultiplicity),
EventsPackage.getEventPatternReference_Multiplicity()void setMultiplicity(AbstractMultiplicity value)
Multiplicity' containment reference.
value - the new value of the 'Multiplicity' containment reference.getMultiplicity()org.eclipse.emf.common.util.EList<java.lang.String> getParameterSymbolicNames()
String.
If the meaning of the 'Parameter Symbolic Names' attribute list isn't clear, there really should be more of a description here...
EventsPackage.getEventPatternReference_ParameterSymbolicNames()