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

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

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

Subinterfaces of ElementType in org.eclipse.gmf.codegen.gmfgen
 interface MetamodelType
          A representation of the model object 'Metamodel Type'.
 interface NotationType
          A representation of the model object 'Notation Type'.
 interface SpecializationType
          A representation of the model object 'Specialization Type'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return ElementType
 ElementType GenCommonBase.getElementType()
          Returns the value of the 'Element Type' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type ElementType
 void GenCommonBase.setElementType(ElementType value)
          Sets the value of the 'Element Type' containment reference.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement ElementType
 class ElementTypeImpl
          An implementation of the model object 'Element Type'.
 class MetamodelTypeImpl
          An implementation of the model object 'Metamodel Type'.
 class NotationTypeImpl
          An implementation of the model object 'Notation Type'.
 class SpecializationTypeImpl
          An implementation of the model object 'Specialization Type'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as ElementType
protected  ElementType GenCommonBaseImpl.elementType
          The cached value of the 'Element Type' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return ElementType
 ElementType GenCommonBaseImpl.getElementType()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type ElementType
 org.eclipse.emf.common.notify.NotificationChain GenCommonBaseImpl.basicSetElementType(ElementType newElementType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenCommonBaseImpl.setElementType(ElementType newElementType)
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type ElementType
 T GMFGenSwitch.caseElementType(ElementType object)
          Returns the result of interpreting the object as an instance of 'Element Type'.
 



Copyright © 2012. All Rights Reserved.