|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Feature'. A feature declares a behavioral or structural characteristic of instances of classifiers. Feature is an abstract metaclass.
The following features are supported:
UML2Package.getFeature()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
Classifier |
getFeaturingClassifier(String unqualifiedName)
Retrieves the Classifier with the specified name from the 'Featuring Classifier' reference list |
EList |
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 |
Methods inherited from interface org.eclipse.uml2.RedefinableElement |
getRedefinedElements, getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getOwnedElements, getOwner, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
public static final String copyright
Method Detail |
public boolean isStatic()
"false"
.
If the meaning of the 'Is Static' attribute isn't clear, there really should be more of a description here...
Specifies whether the feature is applied at the classifier-level (true) or the instance-level (false). Default value is false.
setIsStatic(boolean)
,
UML2Package.getFeature_IsStatic()
public void setIsStatic(boolean value)
Is Static
' attribute.
value
- the new value of the 'Is Static' attribute.isStatic()
public EList getFeaturingClassifiers()
Classifier
.
It is bidirectional and its opposite is 'Feature
'.
If the meaning of the 'Featuring Classifier' reference list isn't clear, there really should be more of a description here...
The Classifiers that have this Feature as a feature. This is a derived union.
UML2Package.getFeature_FeaturingClassifier()
,
Classifier.getFeatures()
public Classifier getFeaturingClassifier(String unqualifiedName)
Classifier
with the specified name from the 'Featuring Classifier' reference list.
unqualifiedName
- The unqualified name of the Classifier
to retrieve.
Classifier
with the specified name, or null
.getFeaturingClassifiers()
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |