org.eclipse.xtext.common.types
Interface JvmTypeParameter

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmComponentType, JvmConstraintOwner, JvmIdentifiableElement, JvmType, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JvmTypeParameterImpl, JvmTypeParameterImplCustom

public interface JvmTypeParameter
extends JvmComponentType, JvmConstraintOwner

A representation of the model object 'Jvm Type Parameter'.

The following features are supported:

See Also:
TypesPackage.getJvmTypeParameter()
EMF generated code
EMF model element

Method Summary
 JvmTypeParameterDeclarator getDeclarator()
          Returns the value of the 'Declarator' container reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setDeclarator(JvmTypeParameterDeclarator value)
          Sets the value of the 'Declarator' container reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmComponentType
getArrayType, setArrayType
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
 
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.xtext.common.types.JvmConstraintOwner
getConstraints
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), TypesPackage.getJvmTypeParameter_Name()
EMF generated code
EMF model element

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
EMF generated code

getDeclarator

JvmTypeParameterDeclarator getDeclarator()
Returns the value of the 'Declarator' container reference. It is bidirectional and its opposite is 'Type Parameters'.

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

Returns:
the value of the 'Declarator' container reference.
See Also:
setDeclarator(JvmTypeParameterDeclarator), TypesPackage.getJvmTypeParameter_Declarator(), JvmTypeParameterDeclarator.getTypeParameters()
EMF generated code
EMF model element
opposite="typeParameters" transient="false"

setDeclarator

void setDeclarator(JvmTypeParameterDeclarator value)
Sets the value of the 'Declarator' container reference.

Parameters:
value - the new value of the 'Declarator' container reference.
See Also:
getDeclarator()
EMF generated code