Uses of Interface
org.eclipse.uml2.codegen.ecore.genmodel.GenBase

Packages that use GenBase
org.eclipse.uml2.codegen.ecore.genmodel   
org.eclipse.uml2.codegen.ecore.genmodel.util   
 

Uses of GenBase in org.eclipse.uml2.codegen.ecore.genmodel
 

Subinterfaces of GenBase in org.eclipse.uml2.codegen.ecore.genmodel
 interface GenClass
          A representation of the model object 'Gen Class'
 interface GenClassifier
          A representation of the model object 'Gen Classifier'
 interface GenDataType
          A representation of the model object 'Gen Data Type'
 interface GenEnum
          A representation of the model object 'Gen Enum'
 interface GenEnumLiteral
          A representation of the model object 'Gen Enum Literal'
 interface GenFeature
          A representation of the model object 'Gen Feature'
 interface GenModel
          A representation of the model object 'GenModel'
 interface GenOperation
          A representation of the model object 'Gen Operation'
 interface GenPackage
          A representation of the model object 'Gen Package'
 interface GenParameter
          A representation of the model object 'Gen Parameter'
 interface GenTypedElement
          A representation of the model object 'Gen Typed Element'
 

Uses of GenBase in org.eclipse.uml2.codegen.ecore.genmodel.util
 

Methods in org.eclipse.uml2.codegen.ecore.genmodel.util with parameters of type GenBase
 T GenModelSwitch.caseGenBase(GenBase object)
          Returns the result of interpreting the object as an instance of 'Gen Base'
 


Copyright 2003, 2007 IBM Corporation and others.
All Rights Reserved.