|
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.Sorting
A representation of the literals of the enumeration 'Sorting', and utility methods for working with them.
NotationPackage.getSorting()| Field Summary | |
static int |
AUTOMATIC
The 'Automatic' literal value |
static Sorting |
AUTOMATIC_LITERAL
The 'Automatic' literal object |
static int |
MANUAL
The 'Manual' literal value |
static Sorting |
MANUAL_LITERAL
The 'Manual' literal object |
static int |
NONE
The 'None' literal value |
static Sorting |
NONE_LITERAL
The 'None' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Sorting' enumerators |
| Method Summary | |
static Sorting |
get(int value)
Returns the 'Sorting' literal with the specified integer value |
static Sorting |
get(java.lang.String literal)
Returns the 'Sorting' literal with the specified literal value |
static Sorting |
getByName(java.lang.String name)
Returns the 'Sorting' literal with the specified name |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int NONE
Sorting.NONE_LITERAL,
Constant Field Valuespublic static final int MANUAL
Sorting.MANUAL_LITERAL,
Constant Field Valuespublic static final int AUTOMATIC
Sorting.AUTOMATIC_LITERAL,
Constant Field Valuespublic static final Sorting NONE_LITERAL
Sorting.NONEpublic static final Sorting MANUAL_LITERAL
Sorting.MANUALpublic static final Sorting AUTOMATIC_LITERAL
Sorting.AUTOMATICpublic static final java.util.List VALUES
| Method Detail |
public static Sorting get(java.lang.String literal)
public static Sorting getByName(java.lang.String name)
public static Sorting 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.