org.eclipse.gmt.modisco.java
Interface WildCardType

All Superinterfaces:
ASTNode, NamedElement, Type

public interface WildCardType
extends Type

A representation of the model object 'Wild Card Type'.

The following features are supported:

See Also:
JavaPackage.getWildCardType()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.Type
getUsagesInTypeAccess
 
Methods inherited from interface org.eclipse.gmt.modisco.java.NamedElement
getName, getUsagesInImports, isProxy, setName, setProxy
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

isUpperBound

boolean isUpperBound()
Returns the value of the 'Upper Bound' attribute.

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

Returns:
the value of the 'Upper Bound' attribute.
See Also:
setUpperBound(boolean), JavaPackage.getWildCardType_UpperBound()
Generated:
Model:
unique="false" required="true" ordered="false"

setUpperBound

void setUpperBound(boolean value)
Sets the value of the 'Upper Bound' attribute.

Parameters:
value - the new value of the 'Upper Bound' attribute.
See Also:
isUpperBound()
Generated:

getBound

TypeAccess getBound()
Returns the value of the 'Bound' containment reference.

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

Returns:
the value of the 'Bound' containment reference.
See Also:
setBound(TypeAccess), JavaPackage.getWildCardType_Bound()
Generated:
Model:
containment="true" ordered="false"

setBound

void setBound(TypeAccess value)
Sets the value of the 'Bound' containment reference.

Parameters:
value - the new value of the 'Bound' containment reference.
See Also:
getBound()
Generated: