public interface ISReleaseConfiguration extends EObject
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISReleaseConfiguration()
Modifier and Type | Method and Description |
---|---|
EList<org.palladiosimulator.pcm.repository.RepositoryComponent> |
getComponents()
Returns the value of the 'Components' reference list.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
ISReleaseSpecification |
getParent()
Returns the value of the 'Parent' container reference.
|
String |
getPathname()
Returns the value of the 'Pathname' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setParent(ISReleaseSpecification value)
Sets the value of the '
Parent ' container reference. |
void |
setPathname(String value)
Sets the value of the '
Pathname ' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
ISReleaseSpecification getParent()
Release Configurations
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISReleaseSpecification)
,
ISFieldOfActivityAnnotationsPackage.getISReleaseConfiguration_Parent()
,
ISReleaseSpecification.getReleaseConfigurations()
void setParent(ISReleaseSpecification value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
EList<org.palladiosimulator.pcm.repository.RepositoryComponent> getComponents()
RepositoryComponent
.
If the meaning of the 'Components' reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISReleaseConfiguration_Components()
String getPathname()
If the meaning of the 'Pathname' attribute isn't clear, there really should be more of a description here...
setPathname(String)
,
ISFieldOfActivityAnnotationsPackage.getISReleaseConfiguration_Pathname()
void setPathname(String value)
Pathname
' attribute.
value
- the new value of the 'Pathname' attribute.getPathname()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
ISFieldOfActivityAnnotationsPackage.getISReleaseConfiguration_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()