Uses of Interface
org.eclipse.gmf.codegen.gmfgen.GenAuditContext

Packages that use GenAuditContext
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of GenAuditContext in org.eclipse.gmf.codegen.gmfgen
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenAuditContext
 GenAuditContext GMFGenFactory.createGenAuditContext()
          Returns a new object of class 'Gen Audit Context'.
 GenAuditContext GenAuditable.getContextSelector()
          Returns the value of the 'Context Selector' reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenAuditContext
 org.eclipse.emf.common.util.EList<GenAuditContext> GenAuditRoot.getClientContexts()
          Returns the value of the 'Client Contexts' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenAuditContext
 void GenAuditable.setContextSelector(GenAuditContext value)
          Sets the value of the 'Context Selector' reference.
 

Uses of GenAuditContext in org.eclipse.gmf.codegen.gmfgen.impl
 

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenAuditContext
 class GenAuditContextImpl
          An implementation of the model object 'Gen Audit Context'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenAuditContext
protected  GenAuditContext GenAuditableImpl.contextSelector
          The cached value of the 'Context Selector' reference.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenAuditContext
protected  org.eclipse.emf.common.util.EList<GenAuditContext> GenAuditRootImpl.clientContexts
          The cached value of the 'Client Contexts' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenAuditContext
 GenAuditContext GenAuditableImpl.basicGetContextSelector()
           
 GenAuditContext GMFGenFactoryImpl.createGenAuditContext()
           
 GenAuditContext GenAuditableImpl.getContextSelector()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenAuditContext
 org.eclipse.emf.common.util.EList<GenAuditContext> GenAuditRootImpl.getClientContexts()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenAuditContext
 org.eclipse.emf.common.notify.NotificationChain GenAuditableImpl.basicSetContextSelector(GenAuditContext newContextSelector, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenAuditableImpl.setContextSelector(GenAuditContext newContextSelector)
           
 

Uses of GenAuditContext in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenAuditContext
 T GMFGenSwitch.caseGenAuditContext(GenAuditContext object)
          Returns the result of interpreting the object as an instance of 'Gen Audit Context'.
 



Copyright © 2012. All Rights Reserved.