Uses of Class
org.eclipse.gmf.codegen.gmfgen.GeneratedType

Packages that use GeneratedType
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
 

Uses of GeneratedType in org.eclipse.gmf.codegen.gmfgen
 

Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type GeneratedType
static List<GeneratedType> GeneratedType.VALUES
          A public read-only list of all the 'Generated Type' enumerators.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GeneratedType
static GeneratedType GeneratedType.get(int value)
          Returns the 'Generated Type' literal with the specified integer value.
static GeneratedType GeneratedType.get(String literal)
          Returns the 'Generated Type' literal with the specified literal value.
static GeneratedType GeneratedType.getByName(String name)
          Returns the 'Generated Type' literal with the specified name.
static GeneratedType GeneratedType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeneratedType[] GeneratedType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GeneratedType
 org.eclipse.emf.common.util.EList<GeneratedType> TypeTabFilter.getGeneratedTypes()
          Returns the value of the 'Generated Types' attribute list.
 

Uses of GeneratedType in org.eclipse.gmf.codegen.gmfgen.impl
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GeneratedType
protected  org.eclipse.emf.common.util.EList<GeneratedType> TypeTabFilterImpl.generatedTypes
          The cached value of the 'Generated Types' attribute list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GeneratedType
 GeneratedType GMFGenFactoryImpl.createGeneratedTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GeneratedType
 org.eclipse.emf.common.util.EList<GeneratedType> TypeTabFilterImpl.getGeneratedTypes()
           
 



Copyright © 2012. All Rights Reserved.