Generation Framework

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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return GenLink
 GenLink GenLinkConstraints.getLink()
          Returns the value of the 'Link' container reference.
 GenLink GenLinkLabel.getLink()
          Returns the value of the 'Link' container reference.
 GenLink GMFGenFactory.createGenLink()
          Returns a new object of class 'Gen Link'
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenLink
 void GenLinkConstraints.setLink(GenLink value)
          Sets the value of the 'Link' container reference
 void GenLinkLabel.setLink(GenLink value)
          Sets the value of the 'Link' container reference
 

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

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

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenLink
 GenLink GenLinkConstraintsImpl.getLink()
           
 GenLink GenLinkLabelImpl.getLink()
           
 GenLink GMFGenFactoryImpl.createGenLink()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenLink
 NotificationChain GenLinkConstraintsImpl.basicSetLink(GenLink newLink, NotificationChain msgs)
           
 void GenLinkConstraintsImpl.setLink(GenLink newLink)
           
 NotificationChain GenLinkLabelImpl.basicSetLink(GenLink newLink, NotificationChain msgs)
           
 void GenLinkLabelImpl.setLink(GenLink newLink)
           
 

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

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


Generation Framework

Guidelines for using Eclipse APIs.

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