public interface Event
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ExmaraldaBasicPackage.getEvent()| Modifier and Type | Method and Description |
|---|---|
TLI |
getEnd()
Returns the value of the 'End' reference.
|
EVENT_MEDIUM |
getMedium()
Returns the value of the 'Medium' attribute.
|
TLI |
getStart()
Returns the value of the 'Start' reference.
|
Tier |
getTier()
Returns the value of the 'Tier' container reference.
|
org.eclipse.emf.common.util.EList<UDInformation> |
getUdInformations()
Returns the value of the 'Ud Informations' containment reference list.
|
String |
getUrl()
Returns the value of the 'Url' attribute
|
String |
getValue()
Returns the value of the 'Value' attribute
|
boolean |
isSetMedium()
Returns whether the value of the '
Medium' attribute is set |
void |
setEnd(TLI value)
Sets the value of the '
End' reference |
void |
setMedium(EVENT_MEDIUM value)
Sets the value of the '
Medium' attribute |
void |
setStart(TLI value)
Sets the value of the '
Start' reference |
void |
setTier(Tier value)
Sets the value of the '
Tier' container reference |
void |
setUrl(String value)
Sets the value of the '
Url' attribute |
void |
setValue(String value)
Sets the value of the '
Value' attribute |
void |
unsetMedium()
Unsets the value of the '
Medium' attribute |
org.eclipse.emf.common.util.EList<UDInformation> getUdInformations()
UDInformation.
If the meaning of the 'Ud Informations' containment reference list isn't clear, there really should be more of a description here...
ExmaraldaBasicPackage.getEvent_UdInformations()TLI getStart()
Starting Events'.
If the meaning of the 'Start' reference isn't clear, there really should be more of a description here...
setStart(TLI),
ExmaraldaBasicPackage.getEvent_Start(),
TLI.getStartingEvents()void setStart(TLI value)
Start' reference.
value - the new value of the 'Start' reference.getStart()TLI getEnd()
Ending Events'.
If the meaning of the 'End' reference isn't clear, there really should be more of a description here...
setEnd(TLI),
ExmaraldaBasicPackage.getEvent_End(),
TLI.getEndingEvents()void setEnd(TLI value)
End' reference.
value - the new value of the 'End' reference.getEnd()EVENT_MEDIUM getMedium()
"".
The literals are from the enumeration EVENT_MEDIUM.
If the meaning of the 'Medium' attribute isn't clear, there really should be more of a description here...
EVENT_MEDIUM,
isSetMedium(),
unsetMedium(),
setMedium(EVENT_MEDIUM),
ExmaraldaBasicPackage.getEvent_Medium()void setMedium(EVENT_MEDIUM value)
Medium' attribute.
value - the new value of the 'Medium' attribute.EVENT_MEDIUM,
isSetMedium(),
unsetMedium(),
getMedium()void unsetMedium()
Medium' attribute.
isSetMedium(),
getMedium(),
setMedium(EVENT_MEDIUM)boolean isSetMedium()
Medium' attribute is set.
unsetMedium(),
getMedium(),
setMedium(EVENT_MEDIUM)String getUrl()
If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
setUrl(String),
ExmaraldaBasicPackage.getEvent_Url()void setUrl(String value)
Url' attribute.
value - the new value of the 'Url' attribute.getUrl()String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
ExmaraldaBasicPackage.getEvent_Value()void setValue(String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()Tier getTier()
Events'.
If the meaning of the 'Tier' reference isn't clear, there really should be more of a description here...
setTier(Tier),
ExmaraldaBasicPackage.getEvent_Tier(),
Tier.getEvents()Copyright © 2020. All rights reserved.