public interface ISThirdPartyComponentOrLibrary extends ISFile
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISThirdPartyComponentOrLibrary()| Modifier and Type | Method and Description |
|---|---|
org.palladiosimulator.pcm.repository.RepositoryComponent |
getComponent()
Returns the value of the 'Component' reference.
|
ISBuildSpecification |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setComponent(org.palladiosimulator.pcm.repository.RepositoryComponent value)
Sets the value of the '
Component' reference. |
void |
setParent(ISBuildSpecification value)
Sets the value of the '
Parent' container reference. |
getFilename, getTechnology, setFilename, setTechnologyeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverISBuildSpecification getParent()
Third Party Component Or Libraries'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISBuildSpecification),
ISFieldOfActivityAnnotationsPackage.getISThirdPartyComponentOrLibrary_Parent(),
ISBuildSpecification.getThirdPartyComponentOrLibraries()void setParent(ISBuildSpecification value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()org.palladiosimulator.pcm.repository.RepositoryComponent getComponent()
If the meaning of the 'Component' reference isn't clear, there really should be more of a description here...
setComponent(RepositoryComponent),
ISFieldOfActivityAnnotationsPackage.getISThirdPartyComponentOrLibrary_Component()void setComponent(org.palladiosimulator.pcm.repository.RepositoryComponent value)
Component' reference.
value - the new value of the 'Component' reference.getComponent()