public interface SongEventWithPart
The following features are supported:
EsxPackage.getSongEventWithPart()
Modifier and Type | Method and Description |
---|---|
SongEventPart |
getPart()
Returns the value of the 'Part' attribute.
|
void |
setPart(SongEventPart value)
Sets the value of the '
Part ' attribute. |
SongEventPart getPart()
SongEventPart
.
If the meaning of the 'Part' attribute isn't clear, there really should be more of a description here...
SongEventPart
,
setPart(SongEventPart)
,
EsxPackage.getSongEventWithPart_Part()
void setPart(SongEventPart value)
Part
' attribute.
value
- the new value of the 'Part' attribute.SongEventPart
,
getPart()