Generation Framework

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

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

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

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

Methods in org.eclipse.gmf.codegen.gmfgen that return RulerUnits
static RulerUnits RulerUnits.get(int value)
          Returns the 'Ruler Units' literal with the specified integer value
static RulerUnits RulerUnits.get(java.lang.String literal)
          Returns the 'Ruler Units' literal with the specified literal value
static RulerUnits RulerUnits.getByName(java.lang.String name)
          Returns the 'Ruler Units' literal with the specified name
 RulerUnits GenDiagramPreferences.getRulerUnits()
          Returns the value of the 'Ruler Units' attribute.
static RulerUnits RulerUnits.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RulerUnits[] RulerUnits.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 RulerUnits
 void GenDiagramPreferences.setRulerUnits(RulerUnits value)
          Sets the value of the 'Ruler Units' attribute
 

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

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as RulerUnits
protected static RulerUnits GenDiagramPreferencesImpl.RULER_UNITS_EDEFAULT
          The default value of the 'Ruler Units' attribute
protected  RulerUnits GenDiagramPreferencesImpl.rulerUnits
          The cached value of the 'Ruler Units' attribute
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type RulerUnits
 void GenDiagramPreferencesImpl.setRulerUnits(RulerUnits newRulerUnits)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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