|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GenModel in org.eclipse.emf.codegen.ecore |
Methods in org.eclipse.emf.codegen.ecore with parameters of type GenModel | |
static void |
Generator.setSDODefaults(GenModel genModel)
|
Uses of GenModel in org.eclipse.emf.codegen.ecore.genmodel |
Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenModel | |
GenModel |
GenPackage.getGenModel()
Returns the value of the 'Gen Model' container reference. |
GenModel |
GenModelFactory.createGenModel()
Returns a new object of class 'Gen Model' |
GenModel |
GenModel.createGenModel()
|
GenModel |
GenBase.getGenModel()
|
Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenModel | |
void |
GenPackage.setGenModel(GenModel value)
Sets the value of the ' Gen Model ' container reference |
boolean |
GenModel.reconcile(GenModel oldGenModelVersion)
Restore all the corresponding settings of the old version into this version. |
Uses of GenModel in org.eclipse.emf.codegen.ecore.genmodel.impl |
Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement GenModel | |
class |
GenModelImpl
An implementation of the model object 'GenModel' |
Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenModel | |
GenModel |
GenPackageImpl.getGenModel()
|
GenModel |
GenPackageImpl.getGenModelGen()
|
GenModel |
GenModelImpl.createGenModel()
|
GenModel |
GenModelFactoryImpl.createGenModel()
|
GenModel |
GenBaseImpl.getGenModel()
|
Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenModel | |
static String |
Literals.toLiteral(Object o,
GenModel genModel)
Convenience dispatch method. |
static String |
Literals.toBooleanLiteral(boolean b,
GenModel genModel)
Returns the literal expression for the given boolean value. |
static String |
Literals.toByteLiteral(byte b,
GenModel genModel)
Returns the decimal literal expression for the given byte
value. |
static String |
Literals.toShortLiteral(short s,
GenModel genModel)
Returns the decimal literal expression for the given short
value. |
static String |
Literals.toIntLiteral(int i,
GenModel genModel)
Returns the decimal literal expression for the given int
value. |
static String |
Literals.toLongLiteral(long l,
GenModel genModel)
Returns the decimal literal expression for the given long
value. |
static String |
Literals.toFloatLiteral(float f,
GenModel genModel)
Returns a literal expression for the given float value.
|
static String |
Literals.toDoubleLiteral(double d,
GenModel genModel)
Returns a literal expression for the given double value.
|
static String |
Literals.toCharLiteral(char c,
GenModel genModel)
Returns a literal expression for the given char value.
|
static String |
Literals.toStringLiteral(String s,
GenModel genModel)
Returns a literal expression for the given String . |
static String |
Literals.toBigDecimalLiteral(BigDecimal bigDecimal,
GenModel genModel)
Returns a literal expression for the given BigDecimal value. |
static String |
Literals.toBigIntegerLiteral(BigInteger bigInteger,
GenModel genModel)
Returns a literal expression for the given BigInteger value. |
static String |
Literals.toDateLiteral(Date date,
GenModel genModel)
Returns a literal expression for the given Date value. |
static String |
Literals.toClassLiteral(Class c,
GenModel genModel)
Returns a literal expression for the given Class value. |
void |
GenPackageImpl.setGenModel(GenModel newGenModel)
|
boolean |
GenModelImpl.reconcile(GenModel oldGenModelVersion)
|
protected void |
GenModelImpl.reconcileSettings(GenModel oldGenModelVersion)
|
Uses of GenModel in org.eclipse.emf.codegen.ecore.genmodel.presentation |
Methods in org.eclipse.emf.codegen.ecore.genmodel.presentation with parameters of type GenModel | |
protected void |
GenModelEditor.initialize(GenModel genModel)
|
Uses of GenModel in org.eclipse.emf.codegen.ecore.genmodel.util |
Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type GenModel | |
Object |
GenModelSwitch.caseGenModel(GenModel object)
Returns the result of interpretting the object as an instance of 'Gen Model' |
Uses of GenModel in org.eclipse.emf.importer |
Fields in org.eclipse.emf.importer declared as GenModel | |
protected GenModel |
ModelImporter.originalGenModel
|
protected GenModel |
ModelImporter.genModel
|
Methods in org.eclipse.emf.importer that return GenModel | |
GenModel |
ModelImporter.getGenModel()
|
protected GenModel |
ModelImporter.getOriginalGenModel()
|
Methods in org.eclipse.emf.importer with parameters of type GenModel | |
protected void |
ModelImporterApplication.setSDODefaults(GenModel genModel)
|
Uses of GenModel in org.eclipse.emf.importer.java.builder |
Fields in org.eclipse.emf.importer.java.builder declared as GenModel | |
protected GenModel |
JavaEcoreBuilder.genModel
The GenModel being generated. |
protected GenModel |
JavaEcoreBuilder.oldGenModelVersion
The old version to against which to reconcile. |
Methods in org.eclipse.emf.importer.java.builder that return GenModel | |
GenModel |
JavaEcoreBuilder.getGenModel()
Returns the generator model. |
Constructors in org.eclipse.emf.importer.java.builder with parameters of type GenModel | |
JavaEcoreBuilder(IFile genModelFile,
GenModel oldGenModelVersion)
|
|
JavaEcoreBuilder(IFile genModelFile,
GenModel oldGenModelVersion,
GenModel genModel)
|
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |