public interface WildCardType extends Type
The following features are supported:
JavaPackage.getWildCardType()| Modifier and Type | Method and Description |
|---|---|
TypeAccess |
getBound()
Returns the value of the 'Bound' containment reference.
|
boolean |
isUpperBound()
Returns the value of the 'Upper Bound' attribute.
|
void |
setBound(TypeAccess value)
Sets the value of the '
Bound' containment reference. |
void |
setUpperBound(boolean value)
Sets the value of the '
Upper Bound' attribute. |
getUsagesInTypeAccessgetName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitboolean isUpperBound()
If the meaning of the 'Upper Bound' attribute isn't clear, there really should be more of a description here...
setUpperBound(boolean),
JavaPackage.getWildCardType_UpperBound()void setUpperBound(boolean value)
Upper Bound' attribute.
value - the new value of the 'Upper Bound' attribute.isUpperBound()TypeAccess getBound()
If the meaning of the 'Bound' containment reference isn't clear, there really should be more of a description here...
setBound(TypeAccess),
JavaPackage.getWildCardType_Bound()void setBound(TypeAccess value)
Bound' containment reference.
value - the new value of the 'Bound' containment reference.getBound()