public interface ISDevelopmentArtefactSpecification extends EObject
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISDevelopmentArtefactSpecification()| Modifier and Type | Method and Description |
|---|---|
EList<ISMetadataFileAggregation> |
getMetadataFileAggregations()
Returns the value of the 'Metadata File Aggregations' containment reference list.
|
EList<ISMetadataFile> |
getMetadataFiles()
Returns the value of the 'Metadata Files' containment reference list.
|
ISFieldOfActivityAnnotationsRepository |
getParent()
Returns the value of the 'Parent' container reference.
|
EList<ISSourceFileAggregation> |
getSourceFileAggregations()
Returns the value of the 'Source File Aggregations' containment reference list.
|
EList<ISSourceFile> |
getSourceFiles()
Returns the value of the 'Source Files' containment reference list.
|
void |
setParent(ISFieldOfActivityAnnotationsRepository value)
Sets the value of the '
Parent' container reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverISFieldOfActivityAnnotationsRepository getParent()
Development Artefact Specification'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISFieldOfActivityAnnotationsRepository),
ISFieldOfActivityAnnotationsPackage.getISDevelopmentArtefactSpecification_Parent(),
ISFieldOfActivityAnnotationsRepository.getDevelopmentArtefactSpecification()void setParent(ISFieldOfActivityAnnotationsRepository value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()EList<ISSourceFile> getSourceFiles()
ISSourceFile.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Source Files' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISDevelopmentArtefactSpecification_SourceFiles(),
ISSourceFile.getParent()EList<ISSourceFileAggregation> getSourceFileAggregations()
ISSourceFileAggregation.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Source File Aggregations' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISDevelopmentArtefactSpecification_SourceFileAggregations(),
ISSourceFileAggregation.getParent()EList<ISMetadataFile> getMetadataFiles()
ISMetadataFile.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Metadata Files' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISDevelopmentArtefactSpecification_MetadataFiles(),
ISMetadataFile.getParent()EList<ISMetadataFileAggregation> getMetadataFileAggregations()
ISMetadataFileAggregation.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Metadata File Aggregations' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISDevelopmentArtefactSpecification_MetadataFileAggregations(),
ISMetadataFileAggregation.getParent()