public interface Song
The following features are supported:
EsxPackage.getSong()| Modifier and Type | Method and Description |
|---|---|
MuteHold |
getMuteHold()
Returns the value of the 'Mute Hold' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
NextSongNumber |
getNextSongNumber()
Returns the value of the 'Next Song Number' attribute.
|
short |
getNumberOfSongEventsCurrent()
Returns the value of the 'Number Of Song Events Current' attribute.
|
short |
getNumberOfSongEventsOriginal()
Returns the value of the 'Number Of Song Events Original' attribute.
|
|
getSongEvents()
Returns the value of the 'Song Events' containment reference list.
|
SongLength |
getSongLength()
Returns the value of the 'Song Length' attribute.
|
SongNumber |
getSongNumberCurrent()
Returns the value of the 'Song Number Current' attribute.
|
SongNumber |
getSongNumberOriginal()
Returns the value of the 'Song Number Original' attribute.
|
|
getSongPatterns()
Returns the value of the 'Song Patterns' containment reference list.
|
Tempo |
getTempo()
Returns the value of the 'Tempo' containment reference.
|
TempoLock |
getTempoLock()
Returns the value of the 'Tempo Lock' attribute.
|
void |
initSong(byte[] b) |
void |
initSong(byte[] b,
int songNumber) |
void |
initSongEvents(byte[] b) |
boolean |
isEmpty()
Returns the value of the 'Empty' attribute.
|
void |
setMuteHold(MuteHold value)
Sets the value of the '
Mute Hold' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setNextSongNumber(NextSongNumber value)
Sets the value of the '
Next Song Number' attribute. |
void |
setNumberOfSongEventsOriginal(short value)
Sets the value of the '
Number Of Song Events Original' attribute. |
void |
setSongLength(SongLength value)
Sets the value of the '
Song Length' attribute. |
void |
setSongNumberOriginal(SongNumber value)
Sets the value of the '
Song Number Original' attribute. |
void |
setTempo(Tempo value)
Sets the value of the '
Tempo' containment reference. |
void |
setTempoLock(TempoLock value)
Sets the value of the '
Tempo Lock' attribute. |
byte[] |
toSongByteArray() |
byte[] |
toSongEventsByteArray() |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
EsxPackage.getSong_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Tempo getTempo()
If the meaning of the 'Tempo' attribute isn't clear, there really should be more of a description here...
setTempo(Tempo),
EsxPackage.getSong_Tempo()void setTempo(Tempo value)
Tempo' containment reference.
value - the new value of the 'Tempo' containment reference.getTempo()TempoLock getTempoLock()
TempoLock.
If the meaning of the 'Tempo Lock' attribute isn't clear, there really should be more of a description here...
TempoLock,
setTempoLock(TempoLock),
EsxPackage.getSong_TempoLock()void setTempoLock(TempoLock value)
Tempo Lock' attribute.
value - the new value of the 'Tempo Lock' attribute.TempoLock,
getTempoLock()SongLength getSongLength()
SongLength.
If the meaning of the 'Song Length' attribute isn't clear, there really should be more of a description here...
SongLength,
setSongLength(SongLength),
EsxPackage.getSong_SongLength()void setSongLength(SongLength value)
Song Length' attribute.
value - the new value of the 'Song Length' attribute.SongLength,
getSongLength()MuteHold getMuteHold()
MuteHold.
If the meaning of the 'Mute Hold' attribute isn't clear, there really should be more of a description here...
MuteHold,
setMuteHold(MuteHold),
EsxPackage.getSong_MuteHold()void setMuteHold(MuteHold value)
Mute Hold' attribute.
value - the new value of the 'Mute Hold' attribute.MuteHold,
getMuteHold()NextSongNumber getNextSongNumber()
NextSongNumber.
If the meaning of the 'Next Song Number' attribute isn't clear, there really should be more of a description here...
NextSongNumber,
setNextSongNumber(NextSongNumber),
EsxPackage.getSong_NextSongNumber()void setNextSongNumber(NextSongNumber value)
Next Song Number' attribute.
value - the new value of the 'Next Song Number' attribute.NextSongNumber,
getNextSongNumber()short getNumberOfSongEventsCurrent()
If the meaning of the 'Number Of Song Events Current' attribute isn't clear, there really should be more of a description here...
EsxPackage.getSong_NumberOfSongEventsCurrent()short getNumberOfSongEventsOriginal()
"0".
If the meaning of the 'Number Of Song Events Original' attribute isn't clear, there really should be more of a description here...
setNumberOfSongEventsOriginal(short),
EsxPackage.getSong_NumberOfSongEventsOriginal()void setNumberOfSongEventsOriginal(short value)
Number Of Song Events Original' attribute.
value - the new value of the 'Number Of Song Events Original' attribute.getNumberOfSongEventsOriginal()getSongPatterns()
SongPattern.
If the meaning of the 'Song Patterns' containment reference list isn't clear, there really should be more of a description here...
EsxPackage.getSong_SongPatterns()getSongEvents()
SongEvent.
If the meaning of the 'Song Events' containment reference list isn't clear, there really should be more of a description here...
EsxPackage.getSong_SongEvents()boolean isEmpty()
"true".
If the meaning of the 'Empty' attribute isn't clear, there really should be more of a description here...
EsxPackage.getSong_Empty()SongNumber getSongNumberOriginal()
"-1".
The literals are from the enumeration SongNumber.
If the meaning of the 'Song Number Original' attribute isn't clear, there really should be more of a description here...
SongNumber,
setSongNumberOriginal(SongNumber),
EsxPackage.getSong_SongNumberOriginal()void setSongNumberOriginal(SongNumber value)
Song Number Original' attribute.
value - the new value of the 'Song Number Original' attribute.SongNumber,
getSongNumberOriginal()SongNumber getSongNumberCurrent()
"-1".
The literals are from the enumeration SongNumber.
If the meaning of the 'Song Number Current' attribute isn't clear, there really should be more of a description here...
SongNumber,
EsxPackage.getSong_SongNumberCurrent()void initSong(byte[] b)
void initSong(byte[] b,
int songNumber)
void initSongEvents(byte[] b)
byte[] toSongByteArray()
byte[] toSongEventsByteArray()