public interface CapellaElement extends TraceableElement, PublishableElement
The following features are supported:
CapellacorePackage.getCapellaElement()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PropertyValueGroup> |
getAppliedPropertyValueGroups()
Returns the value of the 'Applied Property Value Groups' reference list.
|
org.eclipse.emf.common.util.EList<AbstractPropertyValue> |
getAppliedPropertyValues()
Returns the value of the 'Applied Property Values' reference list.
|
org.eclipse.emf.common.util.EList<Requirement> |
getAppliedRequirements()
Returns the value of the 'Applied Requirements' reference list.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
org.eclipse.emf.common.util.EList<EnumerationPropertyLiteral> |
getFeatures()
Returns the value of the 'Features' reference list.
|
org.eclipse.emf.common.util.EList<EnumerationPropertyType> |
getOwnedEnumerationPropertyTypes()
Returns the value of the 'Owned Enumeration Property Types' containment reference list.
|
org.eclipse.emf.common.util.EList<PropertyValueGroup> |
getOwnedPropertyValueGroups()
Returns the value of the 'Owned Property Value Groups' containment reference list.
|
org.eclipse.emf.common.util.EList<AbstractPropertyValue> |
getOwnedPropertyValues()
Returns the value of the 'Owned Property Values' containment reference list.
|
java.lang.String |
getReview()
Returns the value of the 'Review' attribute.
|
EnumerationPropertyLiteral |
getStatus()
Returns the value of the 'Status' reference.
|
java.lang.String |
getSummary()
Returns the value of the 'Summary' attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description' attribute. |
void |
setReview(java.lang.String value)
Sets the value of the '
Review' attribute. |
void |
setStatus(EnumerationPropertyLiteral value)
Sets the value of the '
Status' reference. |
void |
setSummary(java.lang.String value)
Sets the value of the '
Summary' attribute. |
getIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsjava.lang.String getSummary()
If the meaning of the 'Summary' attribute isn't clear, there really should be more of a description here...
setSummary(String),
CapellacorePackage.getCapellaElement_Summary()void setSummary(java.lang.String value)
Summary' attribute.
value - the new value of the 'Summary' attribute.getSummary()java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
CapellacorePackage.getCapellaElement_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()java.lang.String getReview()
If the meaning of the 'Review' attribute isn't clear, there really should be more of a description here...
setReview(String),
CapellacorePackage.getCapellaElement_Review()void setReview(java.lang.String value)
Review' attribute.
value - the new value of the 'Review' attribute.getReview()org.eclipse.emf.common.util.EList<AbstractPropertyValue> getOwnedPropertyValues()
AbstractPropertyValue.
If the meaning of the 'Owned Property Values' containment reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getCapellaElement_OwnedPropertyValues()org.eclipse.emf.common.util.EList<EnumerationPropertyType> getOwnedEnumerationPropertyTypes()
EnumerationPropertyType.
If the meaning of the 'Owned Enumeration Property Types' containment reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getCapellaElement_OwnedEnumerationPropertyTypes()org.eclipse.emf.common.util.EList<AbstractPropertyValue> getAppliedPropertyValues()
AbstractPropertyValue.
If the meaning of the 'Applied Property Values' reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getCapellaElement_AppliedPropertyValues()org.eclipse.emf.common.util.EList<PropertyValueGroup> getOwnedPropertyValueGroups()
PropertyValueGroup.
If the meaning of the 'Owned Property Value Groups' containment reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getCapellaElement_OwnedPropertyValueGroups()org.eclipse.emf.common.util.EList<PropertyValueGroup> getAppliedPropertyValueGroups()
PropertyValueGroup.
If the meaning of the 'Applied Property Value Groups' reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getCapellaElement_AppliedPropertyValueGroups()EnumerationPropertyLiteral getStatus()
If the meaning of the 'Status' reference isn't clear, there really should be more of a description here...
setStatus(EnumerationPropertyLiteral),
CapellacorePackage.getCapellaElement_Status()void setStatus(EnumerationPropertyLiteral value)
Status' reference.
value - the new value of the 'Status' reference.getStatus()org.eclipse.emf.common.util.EList<EnumerationPropertyLiteral> getFeatures()
EnumerationPropertyLiteral.
If the meaning of the 'Features' reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getCapellaElement_Features()org.eclipse.emf.common.util.EList<Requirement> getAppliedRequirements()
Requirement.
If the meaning of the 'Applied Requirements' reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getCapellaElement_AppliedRequirements()