|
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.JumpLinkType
public final class JumpLinkType
A representation of the literals of the enumeration 'Jump Link Type', and utility methods for working with them.
NotationPackage.getJumpLinkType()
,
Serialized FormField Summary | |
---|---|
static int |
CHAMFERED
The 'Chamfered' literal value |
static JumpLinkType |
CHAMFERED_LITERAL
The 'Chamfered' literal object |
static int |
SEMICIRCLE
The 'Semicircle' literal value |
static JumpLinkType |
SEMICIRCLE_LITERAL
The 'Semicircle' literal object |
static int |
SQUARE
The 'Square' literal value |
static JumpLinkType |
SQUARE_LITERAL
The 'Square' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Jump Link Type' enumerators |
Method Summary | |
---|---|
static JumpLinkType |
get(int value)
Returns the 'Jump Link Type' literal with the specified integer value |
static JumpLinkType |
get(java.lang.String literal)
Returns the 'Jump Link Type' literal with the specified literal value |
static JumpLinkType |
getByName(java.lang.String name)
Returns the 'Jump Link Type' 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 SEMICIRCLE
SEMICIRCLE_LITERAL
,
Constant Field Valuespublic static final int SQUARE
SQUARE_LITERAL
,
Constant Field Valuespublic static final int CHAMFERED
CHAMFERED_LITERAL
,
Constant Field Valuespublic static final JumpLinkType SEMICIRCLE_LITERAL
SEMICIRCLE
public static final JumpLinkType SQUARE_LITERAL
SQUARE
public static final JumpLinkType CHAMFERED_LITERAL
CHAMFERED
public static final java.util.List VALUES
Method Detail |
---|
public static JumpLinkType get(java.lang.String literal)
public static JumpLinkType getByName(java.lang.String name)
public static JumpLinkType 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.