Generation Framework

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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return GenMetricContainer
 GenMetricContainer GenEditorGenerator.getMetrics()
          Returns the value of the 'Metrics' containment reference
 GenMetricContainer GenMetricRule.getContainer()
          Returns the value of the 'Container' container reference.
 GenMetricContainer GMFGenFactory.createGenMetricContainer()
          Returns a new object of class 'Gen Metric Container'
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenMetricContainer
 void GenEditorGenerator.setMetrics(GenMetricContainer value)
          Sets the value of the 'Metrics' containment reference
 void GenMetricRule.setContainer(GenMetricContainer value)
          Sets the value of the 'Container' container reference
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenMetricContainer
 class GenMetricContainerImpl
           An implementation of the model object 'Gen Metric Container'
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenMetricContainer
protected  GenMetricContainer GenEditorGeneratorImpl.metrics
          The cached value of the 'Metrics' containment reference
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenMetricContainer
 GenMetricContainer GenEditorGeneratorImpl.getMetrics()
           
 GenMetricContainer GenMetricRuleImpl.getContainer()
           
 GenMetricContainer GMFGenFactoryImpl.createGenMetricContainer()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenMetricContainer
 NotificationChain GenEditorGeneratorImpl.basicSetMetrics(GenMetricContainer newMetrics, NotificationChain msgs)
           
 void GenEditorGeneratorImpl.setMetrics(GenMetricContainer newMetrics)
           
 NotificationChain GenMetricRuleImpl.basicSetContainer(GenMetricContainer newContainer, NotificationChain msgs)
           
 void GenMetricRuleImpl.setContainer(GenMetricContainer newContainer)
           
 

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

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


Generation Framework

Guidelines for using Eclipse APIs.

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