org.eclipse.ocl.examples.pivot
Interface TypedElement

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, MonikeredElement, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, Visitable
All Known Subinterfaces:
AssociationClassCallExp, BooleanLiteralExp, CallExp, CollectionItem, CollectionLiteralExp, CollectionLiteralPart, CollectionRange, EnumLiteralExp, ExpressionInOcl, Feature, FeatureCallExp, IfExp, IntegerLiteralExp, InvalidLiteralExp, IterateExp, Iteration, IteratorExp, LetExp, LiteralExp, LoopExp, MessageExp, NavigationCallExp, NullLiteralExp, NumericLiteralExp, OclExpression, OpaqueExpression, Operation, OperationCallExp, Parameter, PrimitiveLiteralExp, Property, PropertyCallExp, RealLiteralExp, StateExp, StringLiteralExp, TupleLiteralExp, TupleLiteralPart, TypedMultiplicityElement, TypeExp, UnlimitedNaturalLiteralExp, UnspecifiedValueExp, ValueSpecification, Variable, VariableDeclaration, VariableExp
All Known Implementing Classes:
AssociationClassCallExpImpl, BooleanLiteralExpImpl, CallExpImpl, CollectionItemImpl, CollectionLiteralExpImpl, CollectionLiteralPartImpl, CollectionRangeImpl, EnumLiteralExpImpl, ExpressionInOclImpl, FeatureCallExpImpl, FeatureImpl, IfExpImpl, IntegerLiteralExpImpl, InvalidLiteralExpImpl, IterateExpImpl, IterationImpl, IteratorExpImpl, LetExpImpl, LiteralExpImpl, LoopExpImpl, MessageExpImpl, NavigationCallExpImpl, NullLiteralExpImpl, NumericLiteralExpImpl, OclExpressionImpl, OpaqueExpressionImpl, OperationCallExpImpl, OperationImpl, ParameterImpl, PrimitiveLiteralExpImpl, PropertyCallExpImpl, PropertyImpl, RealLiteralExpImpl, StateExpImpl, StringLiteralExpImpl, TupleLiteralExpImpl, TupleLiteralPartImpl, TypedElementImpl, TypedMultiplicityElementImpl, TypeExpImpl, TypeManager.TuplePart, UnlimitedNaturalLiteralExpImpl, UnspecifiedValueExpImpl, ValueSpecificationImpl, VariableDeclarationImpl, VariableExpImpl, VariableImpl

public interface TypedElement
extends NamedElement

A representation of the model object 'Typed Element'. A typed element is a kind of named element that represents an element with a type.

The following features are supported:

See Also:
PivotPackage.getTypedElement()
Generated
Model
abstract="true"

Method Summary
 Type getType()
          Returns the value of the 'Type' reference.
 void setType(Type value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotations, getOwnedRules, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MonikeredElement
getMoniker, hasMoniker, setMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
createOwnedComment, getETarget, getOwnedComments
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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.ocl.examples.pivot.util.Visitable
accept, eClass
 

Method Detail

getType

Type getType()
Returns the value of the 'Type' reference. The type of the TypedElement.

Returns:
the value of the 'Type' reference.
See Also:
setType(Type), PivotPackage.getTypedElement_Type()
Generated
Model
ordered="false"

setType

void setType(Type value)
Sets the value of the 'Type' reference.

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