org.eclipse.uml2
Interface Extension
- All Superinterfaces:
- Association, Classifier, Element, EModelElement, EObject, NamedElement, Namespace, Notifier, PackageableElement, ParameterableElement, RedefinableElement, Relationship, TemplateableElement, Type
- public interface Extension
- extends Association
A representation of the model object 'Extension'.
The following features are supported:
- See Also:
UML2Package.getExtension()
Methods inherited from interface org.eclipse.uml2.Association |
createOwnedEnd, getEndType, getEndTypes, getFeatures, getMemberEnd, getMemberEnds, getMembers, getOwnedEnd, getOwnedMembers, getRelatedElements, isDerived, setIsDerived |
Methods inherited from interface org.eclipse.uml2.Classifier |
allFeatures, allParents, conformsTo, createGeneralization, createGeneralization, createOccurrence, createOwnedUseCase, createSubstitution, general, getAttribute, getAttributes, getClientDependencies, getFeature, getGeneral, getGeneralizations, getGenerals, getInheritedMember, getInheritedMembers, getOccurrence, getOccurrences, getOwnedElements, getOwnedUseCase, getOwnedUseCases, getPowertypeExtent, getPowertypeExtents, getRedefinedClassifier, getRedefinedClassifiers, getRedefinedElements, getRepresentation, getSubstitution, getSubstitutions, getUseCase, getUseCases, getUsedInterfaces, hasVisibilityOf, inherit, inheritableMembers, inheritedMember, isAbstract, maySpecializeType, parents, setIsAbstract, setRepresentation, validateGeneralEqualsParents, validateInheritedMember, validateNoCyclesInGeneralization, validateSpecializeType |
Methods inherited from interface org.eclipse.uml2.Namespace |
createElementImport, createOwnedRule, createPackageImport, excludeCollisions, getElementImports, getImportedMember, getImportedMembers, getImportedPackages, getMember, getNamesOfMember, getOwnedRule, getOwnedRules, getPackageImports, importedMember, importElement, importMembers, importPackage, membersAreDistinguishable, validateImportedMemberDerived, validateMembersAreDistinguishable |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependency, getName, getNameExpression, getNamespace, getOwner, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
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.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
isRequired
public boolean isRequired()
- Returns the value of the 'Is Required' attribute.
If the meaning of the 'Is Required' attribute isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Is Required' attribute.
- See Also:
UML2Package.getExtension_IsRequired()
getMetaclass
public Class getMetaclass()
- Returns the value of the 'Metaclass' reference.
It is bidirectional and its opposite is '
Extension
'.
If the meaning of the 'Metaclass' reference isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Metaclass' reference.
- See Also:
UML2Package.getExtension_Metaclass()
,
Class.getExtensions()
getOwnedEnds
public EList getOwnedEnds()
-
- Specified by:
getOwnedEnds
in interface Association
- Returns:
- the value of the 'Owned End' containment reference list.
- See Also:
UML2Package.getAssociation_OwnedEnd()
,
Property.getOwningAssociation()