Generation Framework

Uses of Interface
org.eclipse.gmf.mappings.AuditContainer

Packages that use AuditContainer
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.mappings.util   
 

Uses of AuditContainer in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return AuditContainer
 AuditContainer AuditRule.getContainer()
          Returns the value of the 'Container' container reference.
 AuditContainer GMFMapFactory.createAuditContainer()
          Returns a new object of class 'Audit Container'
 AuditContainer AuditContainer.getParentContainer()
          Returns the value of the 'Parent Container' container reference.
 AuditContainer Mapping.getAudits()
          Returns the value of the 'Audits' containment reference
 

Methods in org.eclipse.gmf.mappings with parameters of type AuditContainer
 void AuditRule.setContainer(AuditContainer value)
          Sets the value of the 'Container' container reference
 void AuditContainer.setParentContainer(AuditContainer value)
          Sets the value of the 'Parent Container' container reference
 void Mapping.setAudits(AuditContainer value)
          Sets the value of the 'Audits' containment reference
 

Uses of AuditContainer in org.eclipse.gmf.mappings.impl
 

Classes in org.eclipse.gmf.mappings.impl that implement AuditContainer
 class AuditContainerImpl
           An implementation of the model object 'Audit Container'
 

Fields in org.eclipse.gmf.mappings.impl declared as AuditContainer
protected  AuditContainer MappingImpl.audits
          The cached value of the 'Audits' containment reference
 

Methods in org.eclipse.gmf.mappings.impl that return AuditContainer
 AuditContainer GMFMapFactoryImpl.createAuditContainer()
           
 AuditContainer AuditContainerImpl.getParentContainer()
           
 AuditContainer MappingImpl.getAudits()
           
 AuditContainer AuditRuleImpl.getContainer()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type AuditContainer
 NotificationChain AuditContainerImpl.basicSetParentContainer(AuditContainer newParentContainer, NotificationChain msgs)
           
 void AuditContainerImpl.setParentContainer(AuditContainer newParentContainer)
           
 NotificationChain MappingImpl.basicSetAudits(AuditContainer newAudits, NotificationChain msgs)
           
 void MappingImpl.setAudits(AuditContainer newAudits)
           
 NotificationChain AuditRuleImpl.basicSetContainer(AuditContainer newContainer, NotificationChain msgs)
           
 void AuditRuleImpl.setContainer(AuditContainer newContainer)
           
 

Uses of AuditContainer in org.eclipse.gmf.mappings.util
 

Methods in org.eclipse.gmf.mappings.util with parameters of type AuditContainer
 java.lang.Object GMFMapSwitch.caseAuditContainer(AuditContainer object)
          Returns the result of interpretting the object as an instance of 'Audit Container'
 


Generation Framework

Guidelines for using Eclipse APIs.

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