public class SequenceDataNoteImpl extends EObjectImpl implements SequenceDataNote
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static byte[] |
SEQUENCE_DATA_NOTE_EDEFAULT
The default value of the '
Sequence Data Note ' attribute. |
protected byte[] |
sequenceDataNote
The cached value of the '
Sequence Data Note ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
SequenceDataNoteImpl() |
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[] |
getSequenceDataNote() |
void |
setSequenceDataNote(byte[] newSequenceDataNote) |
java.lang.String |
toString() |
protected static final byte[] SEQUENCE_DATA_NOTE_EDEFAULT
Sequence Data Note
' attribute.
getSequenceDataNote()
protected byte[] sequenceDataNote
Sequence Data Note
' attribute.
getSequenceDataNote()
protected EClass eStaticClass()
public byte[] getSequenceDataNote()
getSequenceDataNote
in interface SequenceDataNote
SequenceDataNote.setSequenceDataNote(byte[])
,
EsxPackage.getSequenceDataNote_SequenceDataNote()
public void setSequenceDataNote(byte[] newSequenceDataNote)
setSequenceDataNote
in interface SequenceDataNote
newSequenceDataNote
- the new value of the 'Sequence Data Note' attribute.SequenceDataNote.getSequenceDataNote()
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()