Uses of Interface
org.eclipse.gmt.modisco.java.NamespaceAccess
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of NamespaceAccess in org.eclipse.gmt.modisco.java
Subinterfaces of NamespaceAccess in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfacePackageAccessA representation of the model object 'Package Access'.interfaceTypeAccessA representation of the model object 'Type Access'.interfaceUnresolvedItemAccessA representation of the model object 'Unresolved Item Access'.Methods in org.eclipse.gmt.modisco.java that return NamespaceAccess Modifier and Type Method Description NamespaceAccessTypeAccess. getQualifier()Returns the value of the 'Qualifier' containment reference.Methods in org.eclipse.gmt.modisco.java with parameters of type NamespaceAccess Modifier and Type Method Description voidTypeAccess. setQualifier(NamespaceAccess value)Sets the value of the 'Qualifier' containment reference. -
Uses of NamespaceAccess in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement NamespaceAccess Modifier and Type Class Description classNamespaceAccessImplAn implementation of the model object 'Namespace Access'.classPackageAccessImplAn implementation of the model object 'Package Access'.classTypeAccessImplAn implementation of the model object 'Type Access'.classUnresolvedItemAccessImplAn implementation of the model object 'Unresolved Item Access'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return NamespaceAccess Modifier and Type Method Description NamespaceAccessTypeAccessImpl. getQualifier()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type NamespaceAccess Modifier and Type Method Description voidTypeAccessImpl. setQualifier(NamespaceAccess newQualifier) -
Uses of NamespaceAccess in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type NamespaceAccess Modifier and Type Method Description TJavaSwitch. caseNamespaceAccess(NamespaceAccess object)Returns the result of interpreting the object as an instance of 'Namespace Access'.