|
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.LineType
public final class LineType
A representation of the literals of the enumeration 'Line Type', and utility methods for working with them.
NotationPackage.getLineType(),
Serialized Form| Field Summary | |
|---|---|
static int |
DASH
The 'Dash' literal value |
static int |
DASH_DOT
The 'Dash Dot' literal value |
static int |
DASH_DOT_DOT
The 'Dash Dot Dot' literal value |
static LineType |
DASH_DOT_DOT_LITERAL
The 'Dash Dot Dot' literal object |
static LineType |
DASH_DOT_LITERAL
The 'Dash Dot' literal object |
static LineType |
DASH_LITERAL
The 'Dash' literal object |
static int |
DOT
The 'Dot' literal value |
static LineType |
DOT_LITERAL
The 'Dot' literal object |
static int |
DOUBLE
The 'Double' literal value |
static LineType |
DOUBLE_LITERAL
The 'Double' literal object |
static int |
SOLID
The 'Solid' literal value |
static LineType |
SOLID_LITERAL
The 'Solid' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Line Type' enumerators |
| Method Summary | |
|---|---|
static LineType |
get(int value)
Returns the 'Line Type' literal with the specified integer value |
static LineType |
get(java.lang.String literal)
Returns the 'Line Type' literal with the specified literal value |
static LineType |
getByName(java.lang.String name)
Returns the 'Line 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 SOLID
If the meaning of 'Solid' literal object isn't clear, there really should be more of a description here...
SOLID_LITERAL,
Constant Field Valuespublic static final int DASH
If the meaning of 'Dash' literal object isn't clear, there really should be more of a description here...
DASH_LITERAL,
Constant Field Valuespublic static final int DOT
If the meaning of 'Dot' literal object isn't clear, there really should be more of a description here...
DOT_LITERAL,
Constant Field Valuespublic static final int DASH_DOT
If the meaning of 'Dash Dot' literal object isn't clear, there really should be more of a description here...
DASH_DOT_LITERAL,
Constant Field Valuespublic static final int DASH_DOT_DOT
If the meaning of 'Dash Dot Dot' literal object isn't clear, there really should be more of a description here...
DASH_DOT_DOT_LITERAL,
Constant Field Valuespublic static final int DOUBLE
If the meaning of 'Double' literal object isn't clear, there really should be more of a description here...
DOUBLE_LITERAL,
Constant Field Valuespublic static final LineType SOLID_LITERAL
SOLIDpublic static final LineType DASH_LITERAL
DASHpublic static final LineType DOT_LITERAL
DOTpublic static final LineType DASH_DOT_LITERAL
DASH_DOTpublic static final LineType DASH_DOT_DOT_LITERAL
DASH_DOT_DOTpublic static final LineType DOUBLE_LITERAL
DOUBLEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static LineType get(java.lang.String literal)
public static LineType getByName(java.lang.String name)
public static LineType 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.