public interface ItemInConcept extends NamedElement
The following features are supported:
OaPackage.getItemInConcept()| Modifier and Type | Method and Description |
|---|---|
Concept |
getConcept()
Returns the value of the 'Concept' reference.
|
AbstractConceptItem |
getItem()
Returns the value of the 'Item' reference.
|
void |
setConcept(Concept value)
Sets the value of the '
Concept' reference. |
void |
setItem(AbstractConceptItem value)
Sets the value of the '
Item' reference. |
getName, 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, setSidgetOwnedExtensionsConcept getConcept()
If the meaning of the 'Concept' reference isn't clear, there really should be more of a description here...
setConcept(Concept),
OaPackage.getItemInConcept_Concept()void setConcept(Concept value)
Concept' reference.
value - the new value of the 'Concept' reference.getConcept()AbstractConceptItem getItem()
If the meaning of the 'Item' reference isn't clear, there really should be more of a description here...
setItem(AbstractConceptItem),
OaPackage.getItemInConcept_Item()void setItem(AbstractConceptItem value)
Item' reference.
value - the new value of the 'Item' reference.getItem()