public abstract class PartWithPitchImpl extends EObjectImpl implements PartWithPitch
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected byte |
pitch
The cached value of the '
Pitch ' attribute. |
protected static byte |
PITCH_EDEFAULT
The default value of the '
Pitch ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
PartWithPitchImpl() |
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 |
getPitch() |
void |
setPitch(byte newPitch) |
java.lang.String |
toString() |
protected static final byte PITCH_EDEFAULT
Pitch
' attribute.
getPitch()
,
Constant Field Valuesprotected byte pitch
Pitch
' attribute.
getPitch()
protected EClass eStaticClass()
public byte getPitch()
getPitch
in interface PartWithPitch
PartWithPitch.setPitch(byte)
,
EsxPackage.getPartWithPitch_Pitch()
public void setPitch(byte newPitch)
setPitch
in interface PartWithPitch
newPitch
- the new value of the 'Pitch' attribute.PartWithPitch.getPitch()
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()