Generation Framework

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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return GenLinkLabel
 GenLinkLabel GMFGenFactory.createGenLinkLabel()
          Returns a new object of class 'Gen Link Label'
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenLinkLabel
 EList<GenLinkLabel> GenLink.getLabels()
          Returns the value of the 'Labels' containment reference list.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenLinkLabel
 class GenLinkLabelImpl
          An implementation of the model object 'Gen Link Label'
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenLinkLabel
protected  EList<GenLinkLabel> GenLinkImpl.labels
          The cached value of the 'Labels' containment reference list
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenLinkLabel
 GenLinkLabel GMFGenFactoryImpl.createGenLinkLabel()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenLinkLabel
 EList<GenLinkLabel> GenLinkImpl.getLabels()
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenLinkLabel
 T GMFGenSwitch.caseGenLinkLabel(GenLinkLabel object)
          Returns the result of interpretting the object as an instance of 'Gen Link Label'
 


Generation Framework

Guidelines for using Eclipse APIs.

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