public interface ISSeedModifications extends AbstractSeedModifications
The following features are supported:
ISModificationmarksPackage.getISSeedModifications()
Modifier and Type | Method and Description |
---|---|
EList<ISModifyComponent> |
getComponentModifications()
Returns the value of the 'Component Modifications' containment reference list.
|
EList<ISModifyDataType> |
getDataTypeModifications()
Returns the value of the 'Data Type Modifications' containment reference list.
|
EList<ISModifyInterface> |
getInterfaceModifications()
Returns the value of the 'Interface Modifications' containment reference list.
|
EList<ISModifySignature> |
getSignatureModifications()
Returns the value of the 'Signature Modifications' containment reference list.
|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
EList<ISModifyDataType> getDataTypeModifications()
ISModifyDataType
.
If the meaning of the 'Data Type Modifications' containment reference list isn't clear, there really should be more of a description here...
ISModificationmarksPackage.getISSeedModifications_DataTypeModifications()
EList<ISModifySignature> getSignatureModifications()
ISModifySignature
.
If the meaning of the 'Signature Modifications' containment reference list isn't clear, there really should be more of a description here...
ISModificationmarksPackage.getISSeedModifications_SignatureModifications()
EList<ISModifyInterface> getInterfaceModifications()
ISModifyInterface
.
If the meaning of the 'Interface Modifications' containment reference list isn't clear, there really should be more of a description here...
ISModificationmarksPackage.getISSeedModifications_InterfaceModifications()
EList<ISModifyComponent> getComponentModifications()
ISModifyComponent
.
If the meaning of the 'Component Modifications' containment reference list isn't clear, there really should be more of a description here...
ISModificationmarksPackage.getISSeedModifications_ComponentModifications()