org.eclipse.uml2
Interface ExtensionEnd

All Superinterfaces:
ConnectableElement, DeploymentTarget, Element, EModelElement, EObject, Feature, MultiplicityElement, NamedElement, Notifier, ParameterableElement, Property, RedefinableElement, StructuralFeature, TemplateableElement, TypedElement

public interface ExtensionEnd
extends Property

A representation of the model object 'Extension End'.

See Also:
UML2Package.getExtensionEnd()

Field Summary
static String copyright
           
 
Fields inherited from interface org.eclipse.uml2.NamedElement
SEPARATOR
 
Fields inherited from interface org.eclipse.uml2.MultiplicityElement
UNLIMITED_UPPER_BOUND
 
Method Summary
 Type getType()
           
 void setType(Type value)
           
 
Methods inherited from interface org.eclipse.uml2.Property
createDefaultValue, createQualifier, getAggregation, getAssociation, getAssociationEnd, getClass_, getDatatype, getDefault, getDefaultValue, getFeaturingClassifiers, getNamespace, getOpposite, getOwnedElements, getOwner, getOwningAssociation, getQualifier, getQualifiers, getRedefinedElements, getRedefinedProperties, getRedefinedProperty, getSubsettedProperties, getSubsettedProperty, isComposite, isConsistentWith, isDerived, isDerivedUnion, isNavigable, isReadOnly, opposite, setAggregation, setAssociation, setAssociationEnd, setBooleanDefault, setDatatype, setDefaultValue, setIntegerDefault, setIsDerived, setIsDerivedUnion, setIsReadOnly, setNavigable, setOwningAssociation, setStringDefault, setUnlimitedNaturalDefault, subsettingContext, validateDerivedUnionIsDerived, validateMultiplicityOfComposite, validateNavigablePropertyRedefinition, validateNavigableReadonly, validateOppositeIsOtherEnd, validateSubsettingContext, validateSubsettingRules
 
Methods inherited from interface org.eclipse.uml2.Feature
getFeaturingClassifier, isStatic, setIsStatic
 
Methods inherited from interface org.eclipse.uml2.RedefinableElement
getRedefinitionContext, getRedefinitionContexts, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid
 
Methods inherited from interface org.eclipse.uml2.NamedElement
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, 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
 
Methods inherited from interface org.eclipse.uml2.MultiplicityElement
createLowerValue, createUpperValue, getLower, getLowerValue, getUpper, getUpperValue, includesCardinality, includesMultiplicity, isMultivalued, isOrdered, isUnique, lower, lowerBound, setIsOrdered, setIsUnique, setLowerBound, setLowerValue, setUpperBound, setUpperValue, upper, upperBound, validateLowerEqLowerbound, validateLowerGe0, validateUpperEqUpperbound, validateUpperGeLower, validateUpperGt0
 
Methods inherited from interface org.eclipse.uml2.ConnectableElement
getEnds
 
Methods inherited from interface org.eclipse.uml2.ParameterableElement
getOwningParameter, getTemplateParameter, setOwningParameter, setTemplateParameter
 
Methods inherited from interface org.eclipse.uml2.DeploymentTarget
createDeployment, getClientDependencies, getDeployedElement, getDeployedElements, getDeployment, getDeployments
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getType

public Type getType()

Specified by:
getType in interface TypedElement
Returns:
the value of the 'Type' reference.
See Also:
TypedElement.setType(Type), UML2Package.getTypedElement_Type()

setType

public void setType(Type value)

Specified by:
setType in interface TypedElement
Parameters:
value - the new value of the 'Type' reference.
See Also:
TypedElement.getType()

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.