public interface ISBuildSpecification extends EObject
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISBuildSpecification()
Modifier and Type | Method and Description |
---|---|
EList<ISBuildConfiguration> |
getBuildConfigurations()
Returns the value of the 'Build Configurations' containment reference list.
|
ISFieldOfActivityAnnotationsRepository |
getParent()
Returns the value of the 'Parent' container reference.
|
EList<ISThirdPartyComponentOrLibrary> |
getThirdPartyComponentOrLibraries()
Returns the value of the 'Third Party Component Or Libraries' 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, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
ISFieldOfActivityAnnotationsRepository getParent()
Build Specification
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISFieldOfActivityAnnotationsRepository)
,
ISFieldOfActivityAnnotationsPackage.getISBuildSpecification_Parent()
,
ISFieldOfActivityAnnotationsRepository.getBuildSpecification()
void setParent(ISFieldOfActivityAnnotationsRepository value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
EList<ISBuildConfiguration> getBuildConfigurations()
ISBuildConfiguration
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Build Configurations' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISBuildSpecification_BuildConfigurations()
,
ISBuildConfiguration.getParent()
EList<ISThirdPartyComponentOrLibrary> getThirdPartyComponentOrLibraries()
ISThirdPartyComponentOrLibrary
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Third Party Component Or Libraries' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISBuildSpecification_ThirdPartyComponentOrLibraries()
,
ISThirdPartyComponentOrLibrary.getParent()