Uses of Class
org.eclipse.emf.test.models.movie.db.GenreTypes

Packages that use GenreTypes
org.eclipse.emf.test.models.movie.db   
org.eclipse.emf.test.models.movie.db.impl   
org.eclipse.emf.test.models.movie.db.util   
 

Uses of GenreTypes in org.eclipse.emf.test.models.movie.db
 

Fields in org.eclipse.emf.test.models.movie.db with type parameters of type GenreTypes
static java.util.List<GenreTypes> GenreTypes.VALUES
          A public read-only list of all the 'Genre Types' enumerators
 

Methods in org.eclipse.emf.test.models.movie.db that return GenreTypes
static GenreTypes GenreTypes.get(int value)
          Returns the 'Genre Types' literal with the specified integer value
static GenreTypes GenreTypes.get(java.lang.String literal)
          Returns the 'Genre Types' literal with the specified literal value
static GenreTypes GenreTypes.getByName(java.lang.String name)
          Returns the 'Genre Types' literal with the specified name
 GenreTypes MovieType.getGenre()
          Returns the value of the 'Genre' attribute.
static GenreTypes GenreTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenreTypes[] GenreTypes.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.test.models.movie.db with parameters of type GenreTypes
 void MovieType.setGenre(GenreTypes value)
          Sets the value of the 'Genre' attribute
 

Uses of GenreTypes in org.eclipse.emf.test.models.movie.db.impl
 

Fields in org.eclipse.emf.test.models.movie.db.impl declared as GenreTypes
protected  GenreTypes MovieTypeImpl.genre
          The cached value of the 'Genre' attribute
protected static GenreTypes MovieTypeImpl.GENRE_EDEFAULT
          The default value of the 'Genre' attribute
 

Methods in org.eclipse.emf.test.models.movie.db.impl that return GenreTypes
 GenreTypes DBFactoryImpl.createGenreTypesFromString(EDataType eDataType, java.lang.String initialValue)
           
 GenreTypes DBFactoryImpl.createGenreTypesObjectFromString(EDataType eDataType, java.lang.String initialValue)
           
 GenreTypes MovieTypeImpl.getGenre()
           
 

Methods in org.eclipse.emf.test.models.movie.db.impl with parameters of type GenreTypes
 void MovieTypeImpl.setGenre(GenreTypes newGenre)
           
 

Uses of GenreTypes in org.eclipse.emf.test.models.movie.db.util
 

Methods in org.eclipse.emf.test.models.movie.db.util with parameters of type GenreTypes
 boolean DBValidator.validateGenreTypes(GenreTypes genreTypes, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 boolean DBValidator.validateGenreTypesObject(GenreTypes genreTypesObject, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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