public interface Feature extends NamedElement
The following features are supported:
CapellacorePackage.getFeature()| Modifier and Type | Method and Description |
|---|---|
VisibilityKind |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
boolean |
isIsAbstract()
Returns the value of the 'Is Abstract' attribute.
|
boolean |
isIsStatic()
Returns the value of the 'Is Static' attribute.
|
void |
setIsAbstract(boolean value)
Sets the value of the '
Is Abstract' attribute. |
void |
setIsStatic(boolean value)
Sets the value of the '
Is Static' attribute. |
void |
setVisibility(VisibilityKind value)
Sets the value of the '
Visibility' attribute. |
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, setSidgetOwnedExtensionsboolean isIsAbstract()
If the meaning of the 'Is Abstract' attribute isn't clear, there really should be more of a description here...
setIsAbstract(boolean),
CapellacorePackage.getFeature_IsAbstract()void setIsAbstract(boolean value)
Is Abstract' attribute.
value - the new value of the 'Is Abstract' attribute.isIsAbstract()boolean isIsStatic()
If the meaning of the 'Is Static' attribute isn't clear, there really should be more of a description here...
setIsStatic(boolean),
CapellacorePackage.getFeature_IsStatic()void setIsStatic(boolean value)
Is Static' attribute.
value - the new value of the 'Is Static' attribute.isIsStatic()VisibilityKind getVisibility()
VisibilityKind.
If the meaning of the 'Visibility' attribute isn't clear, there really should be more of a description here...
VisibilityKind,
setVisibility(VisibilityKind),
CapellacorePackage.getFeature_Visibility()void setVisibility(VisibilityKind value)
Visibility' attribute.
value - the new value of the 'Visibility' attribute.VisibilityKind,
getVisibility()