Uses of Interface
org.eclipse.emf.codegen.ecore.genmodel.GenDataType

Packages that use GenDataType
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.util   
 

Uses of GenDataType in org.eclipse.emf.codegen.ecore.genmodel
 

Subinterfaces of GenDataType in org.eclipse.emf.codegen.ecore.genmodel
 interface GenEnum
           A representation of the model object 'Gen Enum'
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenDataType
 GenDataType GenTypedElement.getTypeGenDataType()
           
 GenDataType GenTypedElement.getGenDataTypeType()
          Deprecated. As of EMF 2.1, replaced by GenTypedElement.getTypeGenDataType().
 GenDataType GenModelFactory.createGenDataType()
          Returns a new object of class 'Gen Data Type'
 GenDataType GenModel.createGenDataType()
           
 GenDataType GenDataType.getBaseType()
           
 GenDataType GenDataType.getItemType()
           
 GenDataType GenDataType.getObjectType()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenDataType
 boolean GenDataType.reconcile(GenDataType oldGenDataVersion)
           
 

Uses of GenDataType in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement GenDataType
 class GenDataTypeImpl
           An implementation of the model object 'Gen Data Type'
 class GenEnumImpl
           An implementation of the model object 'Gen Enum'
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenDataType
 GenDataType GenTypedElementImpl.getTypeGenDataType()
           
 GenDataType GenTypedElementImpl.getGenDataTypeType()
          Deprecated. As of EMF 2.1, replaced by GenTypedElementImpl.getTypeGenDataType().
 GenDataType GenModelImpl.createGenDataType()
           
 GenDataType GenModelFactoryImpl.createGenDataType()
           
 GenDataType GenDataTypeImpl.getBaseType()
           
 GenDataType GenDataTypeImpl.getItemType()
           
 GenDataType GenDataTypeImpl.getEffectiveItemType()
           
 GenDataType GenDataTypeImpl.getObjectType()
           
protected  GenDataType GenBaseImpl.findGenDataType(EDataType eDataType)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenDataType
 boolean GenDataTypeImpl.reconcile(GenDataType oldGenDataTypeVersion)
           
protected  void GenDataTypeImpl.reconcileSettings(GenDataType oldGenDataTypeVersion)
           
 

Uses of GenDataType in org.eclipse.emf.codegen.ecore.genmodel.util
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type GenDataType
 Object GenModelSwitch.caseGenDataType(GenDataType object)
          Returns the result of interpretting the object as an instance of 'Gen Data Type'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.