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 GMFGenFactory.createGenMetricContainer()
          Returns a new object of class 'Gen Metric Container'.
 GenMetricContainer GenMetricRule.getContainer()
          Returns the value of the 'Container' container reference.
 GenMetricContainer GenEditorGenerator.getMetrics()
          Returns the value of the 'Metrics' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenMetricContainer
 void GenMetricRule.setContainer(GenMetricContainer value)
          Sets the value of the 'Container' container reference.
 void GenEditorGenerator.setMetrics(GenMetricContainer value)
          Sets the value of the 'Metrics' containment 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 GMFGenFactoryImpl.createGenMetricContainer()
           
 GenMetricContainer GenMetricRuleImpl.getContainer()
           
 GenMetricContainer GenEditorGeneratorImpl.getMetrics()
           
 

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

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

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



Copyright © 2012. All Rights Reserved.