public interface RequirementsPkg extends Structure
The following features are supported:
RequirementPackage.getRequirementsPkg()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdditionalInformation()
Returns the value of the 'Additional Information' attribute.
|
java.lang.String |
getLevel()
Returns the value of the 'Level' attribute.
|
org.eclipse.emf.common.util.EList<RequirementsPkg> |
getOwnedRequirementPkgs()
Returns the value of the 'Owned Requirement Pkgs' containment reference list.
|
org.eclipse.emf.common.util.EList<Requirement> |
getOwnedRequirements()
Returns the value of the 'Owned Requirements' containment reference list.
|
void |
setAdditionalInformation(java.lang.String value)
Sets the value of the '
Additional Information' attribute. |
void |
setLevel(java.lang.String value)
Sets the value of the '
Level' attribute. |
getOwnedPropertyValuePkgsgetContainedGenericTraces, getContainedRequirementsTraces, getNamingRules, getOwnedTracesgetName, setNamegetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsjava.lang.String getAdditionalInformation()
If the meaning of the 'Additional Information' attribute isn't clear, there really should be more of a description here...
setAdditionalInformation(String),
RequirementPackage.getRequirementsPkg_AdditionalInformation()void setAdditionalInformation(java.lang.String value)
Additional Information' attribute.
value - the new value of the 'Additional Information' attribute.getAdditionalInformation()java.lang.String getLevel()
If the meaning of the 'Level' attribute isn't clear, there really should be more of a description here...
setLevel(String),
RequirementPackage.getRequirementsPkg_Level()void setLevel(java.lang.String value)
Level' attribute.
value - the new value of the 'Level' attribute.getLevel()org.eclipse.emf.common.util.EList<Requirement> getOwnedRequirements()
Requirement.
If the meaning of the 'Owned Requirements' containment reference list isn't clear, there really should be more of a description here...
RequirementPackage.getRequirementsPkg_OwnedRequirements()org.eclipse.emf.common.util.EList<RequirementsPkg> getOwnedRequirementPkgs()
RequirementsPkg.
If the meaning of the 'Owned Requirement Pkgs' containment reference list isn't clear, there really should be more of a description here...
RequirementPackage.getRequirementsPkg_OwnedRequirementPkgs()