Interface TypeParameter
- All Superinterfaces:
Annotable,Classifier,Commentable,EObject,NamedElement,Notifier,ReferenceableElement,Type
- All Known Implementing Classes:
TypeParameterImpl
A representation of the model object 'Type Parameter'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiongetAllMembers(Commentable context) getBoundType(TypeReference typeReference, Reference reference) Returns the value of the 'Extend Types' containment reference list.Methods inherited from interface tools.mdsd.jamopp.model.java.annotations.Annotable
getAnnotationsMethods inherited from interface tools.mdsd.jamopp.model.java.classifiers.Classifier
addImport, addPackageImportMethods 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 tools.mdsd.jamopp.model.java.commons.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface tools.mdsd.jamopp.model.java.types.Type
equalsType, isSuperType
-
Method Details
-
getExtendTypes
EList<TypeReference> getExtendTypes()Returns the value of the 'Extend Types' containment reference list. The list contents are of typeTypeReference.- Returns:
- the value of the 'Extend Types' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" resolveProxies="true"
-
getAllSuperClassifiers
EList<ConcreteClassifier> getAllSuperClassifiers()- Specified by:
getAllSuperClassifiersin interfaceClassifier- Generated class or method.
- EMF model class or method.
- kind="operation"
-
getAllMembers
- Specified by:
getAllMembersin interfaceType- Generated class or method.
- EMF model class or method.
-
getBoundType
- Generated class or method.
- EMF model class or method.
-