org.eclipse.gmt.modisco.java
Interface TypeAccess

All Superinterfaces:
ASTNode, Expression, NamespaceAccess

public interface TypeAccess
extends Expression, NamespaceAccess

A representation of the model object 'Type Access'.

The following features are supported:

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

Method Summary
 NamespaceAccess getQualifier()
          Returns the value of the 'Qualifier' containment reference.
 Type getType()
          Returns the value of the 'Type' reference.
 void setQualifier(NamespaceAccess value)
          Sets the value of the 'Qualifier' containment reference.
 void setType(Type value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getType

Type getType()
Returns the value of the 'Type' reference. It is bidirectional and its opposite is 'Usages In Type Access'.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(Type), JavaPackage.getTypeAccess_Type(), Type.getUsagesInTypeAccess()
Generated:
Model:
opposite="usagesInTypeAccess" required="true" ordered="false"

setType

void setType(Type value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()
Generated:

getQualifier

NamespaceAccess getQualifier()
Returns the value of the 'Qualifier' containment reference.

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

Returns:
the value of the 'Qualifier' containment reference.
See Also:
setQualifier(NamespaceAccess), JavaPackage.getTypeAccess_Qualifier()
Generated:
Model:
containment="true" ordered="false"

setQualifier

void setQualifier(NamespaceAccess value)
Sets the value of the 'Qualifier' containment reference.

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