public interface Feature extends RedefinableElement
The following features are supported:
UMLPackage.getFeature()
SEPARATOR
Modifier and Type | Method and Description |
---|---|
Classifier |
getFeaturingClassifier(String name)
Retrieves the first
Classifier with the specified 'Name' from the '
Featuring Classifier' reference list |
Classifier |
getFeaturingClassifier(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first
Classifier with the specified 'Name' from the '
Featuring Classifier' reference list |
MDWEList<Classifier> |
getFeaturingClassifiers()
Returns the value of the 'Featuring Classifier' reference list.
|
boolean |
isStatic()
Returns the value of the 'Is Static' attribute.
|
void |
setIsStatic(boolean value)
Sets the value of the '
Is Static ' attribute |
getRedefinedElement, getRedefinedElement, getRedefinedElements, getRedefinitionContext, getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
boolean isStatic()
"false"
.
Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true).
setIsStatic(boolean)
,
UMLPackage.getFeature_IsStatic()
void setIsStatic(boolean value)
Is Static
' attribute.
value
- the new value of the 'Is Static' attribute.isStatic()
MDWEList<Classifier> getFeaturingClassifiers()
Classifier
.
It is bidirectional and its opposite is 'Feature
'.
The Classifiers that have this Feature as a feature.
UMLPackage.getFeature_FeaturingClassifier()
,
Classifier.getFeatures()
Classifier getFeaturingClassifier(String name)
Classifier
with the specified 'Name' from the '
Featuring Classifier' reference list.
name
- The 'Name' of the Classifier
to retrieve, or null
.Classifier
with the specified 'Name', or null
.getFeaturingClassifiers()
Classifier getFeaturingClassifier(String name, boolean ignoreCase, EClass eClass)
Classifier
with the specified 'Name' from the '
Featuring Classifier' reference list.
name
- The 'Name' of the Classifier
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the Classifier
to retrieve, or null
.Classifier
with the specified 'Name', or null
.getFeaturingClassifiers()