public abstract class SongEventWithPartImpl extends EObjectImpl implements SongEventWithPart
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected SongEventPart |
part
The cached value of the '
Part' attribute. |
protected static SongEventPart |
PART_EDEFAULT
The default value of the '
Part' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
SongEventWithPartImpl() |
| 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) |
SongEventPart |
getPart() |
void |
setPart(SongEventPart newPart) |
java.lang.String |
toString() |
protected static final SongEventPart PART_EDEFAULT
Part' attribute.
getPart()protected SongEventPart part
Part' attribute.
getPart()protected EClass eStaticClass()
public SongEventPart getPart()
getPart in interface SongEventWithPartSongEventPart,
SongEventWithPart.setPart(SongEventPart),
EsxPackage.getSongEventWithPart_Part()public void setPart(SongEventPart newPart)
setPart in interface SongEventWithPartnewPart - the new value of the 'Part' attribute.SongEventPart,
SongEventWithPart.getPart()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()