Uses of Class
org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind

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

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

Fields in org.eclipse.emf.codegen.ecore.genmodel with type parameters of type GenResourceKind
static java.util.List<GenResourceKind> GenResourceKind.VALUES
          A public read-only list of all the 'Gen Resource Kind' enumerators
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenResourceKind
static GenResourceKind GenResourceKind.get(int value)
          Returns the 'Gen Resource Kind' literal with the specified integer value
static GenResourceKind GenResourceKind.get(java.lang.String literal)
          Returns the 'Gen Resource Kind' literal with the specified literal value
static GenResourceKind GenResourceKind.getByName(java.lang.String name)
          Returns the 'Gen Resource Kind' literal with the specified name
 GenResourceKind GenPackage.getResource()
          Returns the value of the 'Resource' attribute.
static GenResourceKind GenResourceKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenResourceKind[] GenResourceKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenResourceKind
 void GenPackage.setResource(GenResourceKind value)
          Sets the value of the 'Resource' attribute
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as GenResourceKind
protected  GenResourceKind GenPackageImpl.resource
          The cached value of the 'Resource' attribute
protected static GenResourceKind GenPackageImpl.RESOURCE_EDEFAULT
          The default value of the 'Resource' attribute
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenResourceKind
 GenResourceKind GenModelFactoryImpl.createGenResourceKindFromString(EDataType eDataType, java.lang.String initialValue)
           
 GenResourceKind GenPackageImpl.getResource()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenResourceKind
 void GenPackageImpl.setResource(GenResourceKind newResource)
           
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type GenResourceKind
 boolean GenModelValidator.validateGenResourceKind(GenResourceKind genResourceKind, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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