|
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.JumpLinkStatus
A representation of the literals of the enumeration 'Jump Link Status', and utility methods for working with them.
NotationPackage.getJumpLinkStatus()| Field Summary | |
static int |
ABOVE
The 'Above' literal value |
static JumpLinkStatus |
ABOVE_LITERAL
The 'Above' literal object |
static int |
ALL
The 'All' literal value |
static JumpLinkStatus |
ALL_LITERAL
The 'All' literal object |
static int |
BELOW
The 'Below' literal value |
static JumpLinkStatus |
BELOW_LITERAL
The 'Below' literal object |
static int |
NONE
The 'None' literal value |
static JumpLinkStatus |
NONE_LITERAL
The 'None' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Jump Link Status' enumerators |
| Method Summary | |
static JumpLinkStatus |
get(int value)
Returns the 'Jump Link Status' literal with the specified integer value |
static JumpLinkStatus |
get(java.lang.String literal)
Returns the 'Jump Link Status' literal with the specified literal value |
static JumpLinkStatus |
getByName(java.lang.String name)
Returns the 'Jump Link Status' 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
JumpLinkStatus.NONE_LITERAL,
Constant Field Valuespublic static final int ALL
JumpLinkStatus.ALL_LITERAL,
Constant Field Valuespublic static final int BELOW
JumpLinkStatus.BELOW_LITERAL,
Constant Field Valuespublic static final int ABOVE
JumpLinkStatus.ABOVE_LITERAL,
Constant Field Valuespublic static final JumpLinkStatus NONE_LITERAL
JumpLinkStatus.NONEpublic static final JumpLinkStatus ALL_LITERAL
JumpLinkStatus.ALLpublic static final JumpLinkStatus BELOW_LITERAL
JumpLinkStatus.BELOWpublic static final JumpLinkStatus ABOVE_LITERAL
JumpLinkStatus.ABOVEpublic static final java.util.List VALUES
| Method Detail |
public static JumpLinkStatus get(java.lang.String literal)
public static JumpLinkStatus getByName(java.lang.String name)
public static JumpLinkStatus 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.