public class SongPatternImpl extends EObjectImpl implements SongPattern
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static boolean |
EMPTY_EDEFAULT
The default value of the '
Empty ' attribute. |
protected static byte |
NOTE_OFFSET_EDEFAULT
The default value of the '
Note Offset ' attribute. |
protected byte |
noteOffset
The cached value of the '
Note Offset ' attribute. |
protected static short |
PATTERN_POINTER_EDEFAULT
The default value of the '
Pattern Pointer ' attribute. |
protected short |
patternPointer
The cached value of the '
Pattern Pointer ' attribute. |
protected static int |
POSITION_CURRENT_EDEFAULT
The default value of the '
Position Current ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
SongPatternImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
byte |
getNoteOffset() |
short |
getPatternPointer() |
int |
getPositionCurrent() |
boolean |
isEmpty() |
void |
setNoteOffset(byte newNoteOffset) |
void |
setPatternPointer(short newPatternPointer) |
java.lang.String |
toString() |
protected static final boolean EMPTY_EDEFAULT
Empty
' attribute.
isEmpty()
,
Constant Field Valuesprotected static final byte NOTE_OFFSET_EDEFAULT
Note Offset
' attribute.
getNoteOffset()
,
Constant Field Valuesprotected byte noteOffset
Note Offset
' attribute.
getNoteOffset()
protected static final short PATTERN_POINTER_EDEFAULT
Pattern Pointer
' attribute.
getPatternPointer()
,
Constant Field Valuesprotected short patternPointer
Pattern Pointer
' attribute.
getPatternPointer()
protected static final int POSITION_CURRENT_EDEFAULT
Position Current
' attribute.
getPositionCurrent()
,
Constant Field Valuesprotected EClass eStaticClass()
public int getPositionCurrent()
getPositionCurrent
in interface SongPattern
EsxPackage.getSongPattern_PositionCurrent()
public byte getNoteOffset()
getNoteOffset
in interface SongPattern
SongPattern.setNoteOffset(byte)
,
EsxPackage.getSongPattern_NoteOffset()
public void setNoteOffset(byte newNoteOffset)
setNoteOffset
in interface SongPattern
newNoteOffset
- the new value of the 'Note Offset' attribute.SongPattern.getNoteOffset()
public short getPatternPointer()
getPatternPointer
in interface SongPattern
SongPattern.setPatternPointer(short)
,
EsxPackage.getSongPattern_PatternPointer()
public void setPatternPointer(short newPatternPointer)
setPatternPointer
in interface SongPattern
newPatternPointer
- the new value of the 'Pattern Pointer' attribute.SongPattern.getPatternPointer()
public boolean isEmpty()
isEmpty
in interface SongPattern
EsxPackage.getSongPattern_Empty()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()