Interface TypedElement
- All Superinterfaces:
Commentable,EObject,Notifier
- All Known Subinterfaces:
ArrayConstructorReferenceExpression,ArrayInstantiationBySize,ArrayInstantiationByValuesTyped,CastExpression,CatchParameter,ClassMethod,ClassTypeConstructorReferenceExpression,Field,InstanceOfExpression,InterfaceMethod,LocalVariable,Method,NewConstructorCall,NewConstructorCallWithInferredTypeArguments,OrdinaryParameter,Parameter,ProvidesModuleDirective,QualifiedTypeArgument,ReceiverParameter,UsesModuleDirective,Variable,VariableLengthParameter
- All Known Implementing Classes:
ArrayConstructorReferenceExpressionImpl,ArrayInstantiationBySizeImpl,ArrayInstantiationByValuesTypedImpl,CastExpressionImpl,CatchParameterImpl,ClassMethodImpl,ClassTypeConstructorReferenceExpressionImpl,FieldImpl,InstanceOfExpressionImpl,InterfaceMethodImpl,LocalVariableImpl,MethodImpl,NewConstructorCallImpl,NewConstructorCallWithInferredTypeArgumentsImpl,OrdinaryParameterImpl,ParameterImpl,ProvidesModuleDirectiveImpl,QualifiedTypeArgumentImpl,ReceiverParameterImpl,TypedElementImpl,UsesModuleDirectiveImpl,VariableImpl,VariableLengthParameterImpl
A representation of the model object 'Typed Element'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Type Reference' containment reference.voidsetTypeReference(TypeReference value) Sets the value of the 'Type Reference' containment reference.Methods inherited from interface tools.mdsd.jamopp.model.java.commons.Commentable
addAfterContainingStatement, addBeforeContainingStatement, getAnnotationInterface, getChildrenByEType, getChildrenByType, getClassClass, getConcreteClassifier, getConcreteClassifiers, getContainingAnnotationInstance, getContainingAnonymousClass, getContainingCompilationUnit, getContainingConcreteClassifier, getContainingContainerName, getContainingPackageName, getFirstChildByEType, getFirstChildByType, getLayoutInformations, getLibClass, getLibInterface, getObjectClass, getParentByEType, getParentByType, getParentConcreteClassifier, getStringClassMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTypeReference
TypeReference getTypeReference()Returns the value of the 'Type Reference' containment reference.- Returns:
- the value of the 'Type Reference' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" resolveProxies="true" required="true"
-
setTypeReference
Sets the value of the 'Type Reference' containment reference.- Parameters:
value- the new value of the 'Type Reference' containment reference.- See Also:
- Generated class or method.
-