public abstract class PartWithSequenceDataImpl extends EObjectImpl implements PartWithSequenceData
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected SequenceData |
sequenceData
The cached value of the '
Sequence Data ' containment reference. |
Modifier | Constructor and Description |
---|---|
protected |
PartWithSequenceDataImpl() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetSequenceData(SequenceData newSequenceData,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
SequenceData |
getSequenceData() |
void |
setSequenceData(SequenceData newSequenceData) |
protected SequenceData sequenceData
Sequence Data
' containment reference.
getSequenceData()
protected EClass eStaticClass()
public SequenceData getSequenceData()
getSequenceData
in interface PartWithSequenceData
PartWithSequenceData.setSequenceData(SequenceData)
,
EsxPackage.getPartWithSequenceData_SequenceData()
public NotificationChain basicSetSequenceData(SequenceData newSequenceData, NotificationChain msgs)
public void setSequenceData(SequenceData newSequenceData)
setSequenceData
in interface PartWithSequenceData
newSequenceData
- the new value of the 'Sequence Data' containment reference.PartWithSequenceData.getSequenceData()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
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)