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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return GenAuditContainer
 GenAuditContainer GMFGenFactory.createGenAuditContainer()
          Returns a new object of class 'Gen Audit Container'.
 GenAuditContainer GenAuditRule.getCategory()
          Returns the value of the 'Category' reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenAuditContainer
 org.eclipse.emf.common.util.EList<GenAuditContainer> GenAuditRoot.getCategories()
          Returns the value of the 'Categories' containment reference list.
 org.eclipse.emf.common.util.EList<GenAuditContainer> GenAuditContainer.getPath()
          Returns the value of the 'Path' reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenAuditContainer
 void GenAuditRule.setCategory(GenAuditContainer value)
          Sets the value of the 'Category' reference.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenAuditContainer
 class GenAuditContainerImpl
          An implementation of the model object 'Gen Audit Container'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenAuditContainer
protected  GenAuditContainer GenAuditRuleImpl.category
          The cached value of the 'Category' reference.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenAuditContainer
protected  org.eclipse.emf.common.util.EList<GenAuditContainer> GenAuditRootImpl.categories
          The cached value of the 'Categories' containment reference list.
protected  org.eclipse.emf.common.util.EList<GenAuditContainer> GenAuditContainerImpl.path
          The cached value of the 'Path' reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenAuditContainer
 GenAuditContainer GenAuditRuleImpl.basicGetCategory()
           
 GenAuditContainer GMFGenFactoryImpl.createGenAuditContainer()
           
 GenAuditContainer GenAuditRuleImpl.getCategory()
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenAuditContainer
 org.eclipse.emf.common.notify.NotificationChain GenAuditRuleImpl.basicSetCategory(GenAuditContainer newCategory, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenAuditRuleImpl.setCategory(GenAuditContainer newCategory)
           
 

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

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



Copyright © 2012. All Rights Reserved.