public interface ISBuildConfiguration extends ISFile
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISBuildConfiguration()
Modifier and Type | Method and Description |
---|---|
EList<org.palladiosimulator.pcm.repository.RepositoryComponent> |
getComponent()
Returns the value of the 'Component' reference list.
|
ISBuildSpecification |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setParent(ISBuildSpecification value)
Sets the value of the '
Parent ' container reference. |
getFilename, getTechnology, setFilename, setTechnology
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
ISBuildSpecification getParent()
Build Configurations
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISBuildSpecification)
,
ISFieldOfActivityAnnotationsPackage.getISBuildConfiguration_Parent()
,
ISBuildSpecification.getBuildConfigurations()
void setParent(ISBuildSpecification value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
EList<org.palladiosimulator.pcm.repository.RepositoryComponent> getComponent()
RepositoryComponent
.
If the meaning of the 'Component' reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISBuildConfiguration_Component()