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

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

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

Subinterfaces of TypeModelFacet in org.eclipse.gmf.codegen.gmfgen
 interface TypeLinkModelFacet
          A representation of the model object 'Type Link Model Facet'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return TypeModelFacet
 TypeModelFacet GMFGenFactory.createTypeModelFacet()
          Returns a new object of class 'Type Model Facet'.
 TypeModelFacet GenNode.getModelFacet()
          Returns the value of the 'Model Facet' containment reference.
 TypeModelFacet GenElementInitializer.getTypeModelFacet()
          Returns the value of the 'Type Model Facet' reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type TypeModelFacet
 Map<TypeModelFacet,GenCommonBase> GenDiagram.getTypeModelFacet2GenBaseMap()
          Deprecated. obsolete
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type TypeModelFacet
 void GenNode.setModelFacet(TypeModelFacet value)
          Sets the value of the 'Model Facet' containment reference.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement TypeModelFacet
 class TypeLinkModelFacetImpl
          An implementation of the model object 'Type Link Model Facet'.
 class TypeModelFacetImpl
          An implementation of the model object 'Type Model Facet'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as TypeModelFacet
protected  TypeModelFacet GenNodeImpl.modelFacet
          The cached value of the 'Model Facet' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return TypeModelFacet
 TypeModelFacet GenFeatureSeqInitializerImpl.basicGetTypeModelFacet()
           
 TypeModelFacet GMFGenFactoryImpl.createTypeModelFacet()
           
 TypeModelFacet GenNodeImpl.getModelFacet()
           
 TypeModelFacet GenFeatureSeqInitializerImpl.getTypeModelFacet()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type TypeModelFacet
 Map<TypeModelFacet,GenCommonBase> GenDiagramImpl.getTypeModelFacet2GenBaseMap()
          Deprecated.  
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type TypeModelFacet
 org.eclipse.emf.common.notify.NotificationChain GenNodeImpl.basicSetModelFacet(TypeModelFacet newModelFacet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenNodeImpl.setModelFacet(TypeModelFacet newModelFacet)
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type TypeModelFacet
 T GMFGenSwitch.caseTypeModelFacet(TypeModelFacet object)
          Returns the result of interpreting the object as an instance of 'Type Model Facet'.
 



Copyright © 2012. All Rights Reserved.