Uses of Interface
org.eclipse.gmt.modisco.java.NamespaceAccess
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.emf.impl | |
| org.eclipse.gmt.modisco.java.emf.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.emf.impl
Classes in org.eclipse.gmt.modisco.java.emf.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'.Fields in org.eclipse.gmt.modisco.java.emf.impl declared as NamespaceAccess Modifier and Type Field Description protected NamespaceAccessTypeAccessImpl. qualifierThe cached value of the 'Qualifier' containment reference.Methods in org.eclipse.gmt.modisco.java.emf.impl that return NamespaceAccess Modifier and Type Method Description NamespaceAccessTypeAccessImpl. getQualifier()Methods in org.eclipse.gmt.modisco.java.emf.impl with parameters of type NamespaceAccess Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainTypeAccessImpl. basicSetQualifier(NamespaceAccess newQualifier, org.eclipse.emf.common.notify.NotificationChain msgs)voidTypeAccessImpl. setQualifier(NamespaceAccess newQualifier) -
Uses of NamespaceAccess in org.eclipse.gmt.modisco.java.emf.util
Methods in org.eclipse.gmt.modisco.java.emf.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'.