|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.gmf.runtime.notation.SortingDirection
public final class SortingDirection
A representation of the literals of the enumeration 'Sorting Direction', and utility methods for working with them.
NotationPackage.getSortingDirection()
,
Serialized FormField Summary | |
---|---|
static int |
ASCENDING
The 'Ascending' literal value |
static SortingDirection |
ASCENDING_LITERAL
The 'Ascending' literal object |
static int |
DESCENDING
The 'Descending' literal value |
static SortingDirection |
DESCENDING_LITERAL
The 'Descending' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Sorting Direction' enumerators |
Method Summary | |
---|---|
static SortingDirection |
get(int value)
Returns the 'Sorting Direction' literal with the specified integer value |
static SortingDirection |
get(java.lang.String literal)
Returns the 'Sorting Direction' literal with the specified literal value |
static SortingDirection |
getByName(java.lang.String name)
Returns the 'Sorting Direction' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString, writeReplace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ASCENDING
ASCENDING_LITERAL
,
Constant Field Valuespublic static final int DESCENDING
DESCENDING_LITERAL
,
Constant Field Valuespublic static final SortingDirection ASCENDING_LITERAL
ASCENDING
public static final SortingDirection DESCENDING_LITERAL
DESCENDING
public static final java.util.List VALUES
Method Detail |
---|
public static SortingDirection get(java.lang.String literal)
public static SortingDirection getByName(java.lang.String name)
public static SortingDirection get(int value)
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.