public interface ProgramConfiguration extends EObject
The following features are supported:
ProgramsPackage.getProgramConfiguration()| Modifier and Type | Method and Description |
|---|---|
EList<ProgramConfigElement> |
getContainsProgConfigElement()
Returns the value of the 'Contains Prog Config Element' containment reference list.
|
ProgramType |
getHasProgramType()
Returns the value of the 'Has Program Type' containment reference.
|
EList<Task> |
getIsAssignedTo()
Returns the value of the 'Is Assigned To' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
boolean |
isRetentive()
Returns the value of the 'Retentive' attribute.
|
void |
setHasProgramType(ProgramType value)
Sets the value of the '
Has Program Type' containment reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setRetentive(boolean value)
Sets the value of the '
Retentive' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ProgramsPackage.getProgramConfiguration_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isRetentive()
If the meaning of the 'Retentive' attribute isn't clear, there really should be more of a description here...
setRetentive(boolean),
ProgramsPackage.getProgramConfiguration_Retentive()void setRetentive(boolean value)
Retentive' attribute.
value - the new value of the 'Retentive' attribute.isRetentive()ProgramType getHasProgramType()
If the meaning of the 'Has Program Type' containment reference isn't clear, there really should be more of a description here...
setHasProgramType(ProgramType),
ProgramsPackage.getProgramConfiguration_HasProgramType()void setHasProgramType(ProgramType value)
Has Program Type' containment reference.
value - the new value of the 'Has Program Type' containment reference.getHasProgramType()EList<ProgramConfigElement> getContainsProgConfigElement()
ProgramConfigElement.
If the meaning of the 'Contains Prog Config Element' containment reference list isn't clear, there really should be more of a description here...
ProgramsPackage.getProgramConfiguration_ContainsProgConfigElement()EList<Task> getIsAssignedTo()
Task.
If the meaning of the 'Is Assigned To' reference list isn't clear, there really should be more of a description here...
ProgramsPackage.getProgramConfiguration_IsAssignedTo()