Generation Framework

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 GenAuditContainer.getParentContainer()
          Returns the value of the 'Parent Container' container reference.
 GenAuditContainer GenEditorGenerator.getAudits()
          Returns the value of the 'Audits' containment reference
 GenAuditContainer GenAuditRule.getContainer()
          Returns the value of the 'Container' container reference.
 GenAuditContainer GMFGenFactory.createGenAuditContainer()
          Returns a new object of class 'Gen Audit Container'
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenAuditContainer
 void GenAuditContainer.setParentContainer(GenAuditContainer value)
          Sets the value of the 'Parent Container' container reference
 void GenEditorGenerator.setAudits(GenAuditContainer value)
          Sets the value of the 'Audits' containment reference
 void GenAuditRule.setContainer(GenAuditContainer value)
          Sets the value of the 'Container' container 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 GenEditorGeneratorImpl.audits
          The cached value of the 'Audits' containment reference
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenAuditContainer
 GenAuditContainer GenEditorGeneratorImpl.getAudits()
           
 GenAuditContainer GMFGenFactoryImpl.createGenAuditContainer()
           
 GenAuditContainer GenAuditRuleImpl.getContainer()
           
 GenAuditContainer GenAuditContainerImpl.getParentContainer()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenAuditContainer
 NotificationChain GenEditorGeneratorImpl.basicSetAudits(GenAuditContainer newAudits, NotificationChain msgs)
           
 void GenEditorGeneratorImpl.setAudits(GenAuditContainer newAudits)
           
 NotificationChain GenAuditRuleImpl.basicSetContainer(GenAuditContainer newContainer, NotificationChain msgs)
           
 void GenAuditRuleImpl.setContainer(GenAuditContainer newContainer)
           
 NotificationChain GenAuditContainerImpl.basicSetParentContainer(GenAuditContainer newParentContainer, NotificationChain msgs)
           
 void GenAuditContainerImpl.setParentContainer(GenAuditContainer newParentContainer)
           
 

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

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


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.