Generation Framework

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

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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return Routing
static Routing Routing.get(int value)
          Returns the 'Routing' literal with the specified integer value
static Routing Routing.get(java.lang.String literal)
          Returns the 'Routing' literal with the specified literal value
static Routing Routing.getByName(java.lang.String name)
          Returns the 'Routing' literal with the specified name
 Routing GenDiagramPreferences.getLineStyle()
          Returns the value of the 'Line Style' attribute.
static Routing Routing.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Routing[] Routing.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type Routing
 void GenDiagramPreferences.setLineStyle(Routing value)
          Sets the value of the 'Line Style' attribute
 

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

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as Routing
protected static Routing GenDiagramPreferencesImpl.LINE_STYLE_EDEFAULT
          The default value of the 'Line Style' attribute
protected  Routing GenDiagramPreferencesImpl.lineStyle
          The cached value of the 'Line Style' attribute
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return Routing
 Routing GMFGenFactoryImpl.createRoutingFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 Routing GenDiagramPreferencesImpl.getLineStyle()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type Routing
 void GenDiagramPreferencesImpl.setLineStyle(Routing newLineStyle)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.