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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return GenAuditRule
 GenAuditRule GMFGenFactory.createGenAuditRule()
          Returns a new object of class 'Gen Audit Rule'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenAuditRule
 org.eclipse.emf.common.util.EList<GenAuditRule> GenAuditContainer.getAudits()
          Returns the value of the 'Audits' reference list.
 org.eclipse.emf.common.util.EList<GenAuditRule> GenAuditRoot.getRules()
          Returns the value of the 'Rules' containment reference list.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenAuditRule
 class GenAuditRuleImpl
          An implementation of the model object 'Gen Audit Rule'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenAuditRule
protected  org.eclipse.emf.common.util.EList<GenAuditRule> GenAuditContainerImpl.audits
          The cached value of the 'Audits' reference list.
protected  org.eclipse.emf.common.util.EList<GenAuditRule> GenAuditRootImpl.rules
          The cached value of the 'Rules' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenAuditRule
 GenAuditRule GMFGenFactoryImpl.createGenAuditRule()
           
 

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

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

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



Copyright © 2012. All Rights Reserved.