Runtime

Uses of Class
org.eclipse.gmf.runtime.notation.SortingDirection

Packages that use SortingDirection
org.eclipse.gmf.runtime.notation Notation meta-model primary package. 
org.eclipse.gmf.runtime.notation.impl Aurora internal packages Package Specification ToDo: Fill in specific content 
 

Uses of SortingDirection in org.eclipse.gmf.runtime.notation
 

Fields in org.eclipse.gmf.runtime.notation declared as SortingDirection
static SortingDirection SortingDirection.ASCENDING_LITERAL
          The 'Ascending' literal object
static SortingDirection SortingDirection.DESCENDING_LITERAL
          The 'Descending' literal object
 

Methods in org.eclipse.gmf.runtime.notation that return SortingDirection
static SortingDirection SortingDirection.get(int value)
          Returns the 'Sorting Direction' literal with the specified integer value
static SortingDirection SortingDirection.get(java.lang.String literal)
          Returns the 'Sorting Direction' literal with the specified literal value
static SortingDirection SortingDirection.getByName(java.lang.String name)
          Returns the 'Sorting Direction' literal with the specified name
 

Uses of SortingDirection in org.eclipse.gmf.runtime.notation.impl
 

Methods in org.eclipse.gmf.runtime.notation.impl that return SortingDirection
 SortingDirection NotationFactoryImpl.createSortingDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 


Runtime

Guidelines for using Eclipse APIs.

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