|
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.ArrowType
public final class ArrowType
A representation of the literals of the enumeration 'Arrow Type', and utility methods for working with them.
NotationPackage.getArrowType()
,
Serialized FormField Summary | |
---|---|
static int |
NONE
The 'None' literal value |
static ArrowType |
NONE_LITERAL
The 'None' literal object |
static int |
OPEN_ARROW
The 'Open Arrow' literal value |
static ArrowType |
OPEN_ARROW_LITERAL
The 'Open Arrow' literal object |
static int |
SOLID_ARROW
The 'Solid Arrow' literal value |
static ArrowType |
SOLID_ARROW_LITERAL
The 'Solid Arrow' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Arrow Type' enumerators |
Method Summary | |
---|---|
static ArrowType |
get(int value)
Returns the 'Arrow Type' literal with the specified integer value |
static ArrowType |
get(java.lang.String literal)
Returns the 'Arrow Type' literal with the specified literal value |
static ArrowType |
getByName(java.lang.String name)
Returns the 'Arrow 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 NONE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic static final int OPEN_ARROW
If the meaning of 'Open Arrow' literal object isn't clear, there really should be more of a description here...
OPEN_ARROW_LITERAL
,
Constant Field Valuespublic static final int SOLID_ARROW
If the meaning of 'Solid Arrow' literal object isn't clear, there really should be more of a description here...
SOLID_ARROW_LITERAL
,
Constant Field Valuespublic static final ArrowType NONE_LITERAL
NONE
public static final ArrowType OPEN_ARROW_LITERAL
OPEN_ARROW
public static final ArrowType SOLID_ARROW_LITERAL
SOLID_ARROW
public static final java.util.List VALUES
Method Detail |
---|
public static ArrowType get(java.lang.String literal)
public static ArrowType getByName(java.lang.String name)
public static ArrowType 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.