org.eclipse.emf.ocl.uml
Interface TypedElement

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AssociationClassCallExp, BooleanLiteralExp, CallExp, CollectionItem, CollectionLiteralExp, CollectionLiteralPart, CollectionRange, EnumLiteralExp, FeatureCallExp, IfExp, IntegerLiteralExp, InvalidLiteralExp, IterateExp, IteratorExp, LetExp, LiteralExp, LoopExp, MessageExp, NavigationCallExp, NullLiteralExp, NumericLiteralExp, OCLExpression, OperationCallExp, PrimitiveLiteralExp, PropertyCallExp, RealLiteralExp, StateExp, StringLiteralExp, TupleLiteralExp, TupleLiteralPart, TypeExp, UnspecifiedValueExp, Variable, VariableExp
All Known Implementing Classes:
AssociationClassCallExpImpl, BooleanLiteralExpImpl, CallExpImpl, CollectionItemImpl, CollectionLiteralExpImpl, CollectionLiteralPartImpl, CollectionRangeImpl, EnumLiteralExpImpl, FeatureCallExpImpl, IfExpImpl, IntegerLiteralExpImpl, InvalidLiteralExpImpl, IterateExpImpl, IteratorExpImpl, LetExpImpl, LiteralExpImpl, LoopExpImpl, MessageExpImpl, NavigationCallExpImpl, NullLiteralExpImpl, NumericLiteralExpImpl, OCLExpressionImpl, OperationCallExpImpl, PrimitiveLiteralExpImpl, PropertyCallExpImpl, RealLiteralExpImpl, StateExpImpl, StringLiteralExpImpl, TupleLiteralExpImpl, TupleLiteralPartImpl, TypedElementImpl, TypeExpImpl, UnspecifiedValueExpImpl, VariableExpImpl, VariableImpl

public interface TypedElement
extends org.eclipse.emf.ecore.ENamedElement

A representation of the model object 'Typed Element'.

The following features are supported:

See Also:
UMLPackage.getTypedElement()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.ecore.EClassifier getType()
          Returns the value of the 'Type' reference
 void setType(org.eclipse.emf.ecore.EClassifier value)
          Sets the value of the 'Type' reference
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getType

public org.eclipse.emf.ecore.EClassifier getType()
Returns the value of the 'Type' reference.

If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' reference.
See Also:
TypedElement.setType(EClassifier), UMLPackage.getTypedElement_Type()

setType

public void setType(org.eclipse.emf.ecore.EClassifier value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
TypedElement.getType()

Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.