public interface XGenericType extends EObject
The following features are supported:
XcorePackage.getXGenericType()| Modifier and Type | Method and Description |
|---|---|
XGenericType |
getLowerBound()
Returns the value of the 'Lower Bound' containment reference
|
GenBase |
getType()
Returns the value of the 'Type' reference
|
EList<XGenericType> |
getTypeArguments()
Returns the value of the 'Type Arguments' containment reference list.
|
XGenericType |
getUpperBound()
Returns the value of the 'Upper Bound' containment reference
|
void |
setLowerBound(XGenericType value)
Sets the value of the '
Lower Bound' containment reference |
void |
setType(GenBase value)
Sets the value of the '
Type' reference |
void |
setUpperBound(XGenericType value)
Sets the value of the '
Upper Bound' containment reference |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverXGenericType getUpperBound()
If the meaning of the 'Upper Bound' containment reference isn't clear, there really should be more of a description here...
setUpperBound(XGenericType),
XcorePackage.getXGenericType_UpperBound()void setUpperBound(XGenericType value)
Upper Bound' containment reference.
value - the new value of the 'Upper Bound' containment reference.getUpperBound()EList<XGenericType> getTypeArguments()
XGenericType.
If the meaning of the 'Type Arguments' containment reference list isn't clear, there really should be more of a description here...
XcorePackage.getXGenericType_TypeArguments()XGenericType getLowerBound()
If the meaning of the 'Lower Bound' containment reference isn't clear, there really should be more of a description here...
setLowerBound(XGenericType),
XcorePackage.getXGenericType_LowerBound()void setLowerBound(XGenericType value)
Lower Bound' containment reference.
value - the new value of the 'Lower Bound' containment reference.getLowerBound()GenBase getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(GenBase),
XcorePackage.getXGenericType_Type()