public enum MarkerType extends java.lang.Enum<MarkerType> implements org.eclipse.emf.common.util.Enumerator
| 枚举常量和说明 |
|---|
BOX_LITERAL
The 'Box' literal object
|
CIRCLE_LITERAL
The 'Circle' literal object
|
COLUMN_LITERAL
The 'Column' literal object
|
CROSS_LITERAL
The 'Cross' literal object
|
CROSSHAIR_LITERAL
The 'Crosshair' literal object
|
DIAMOND_LITERAL
The 'Diamond' literal object
|
ELLIPSE_LITERAL
The 'Ellipse' literal object
|
FOUR_DIAMONDS_LITERAL
The 'Four Diamonds' literal object
|
HEXAGON_LITERAL
The 'Hexagon' literal object
|
ICON_LITERAL
The 'Icon' literal object
|
NABLA_LITERAL
The 'Nabla' literal object
|
RECTANGLE_LITERAL
The 'Rectangle' literal object
|
SEMI_CIRCLE_LITERAL
The 'Semi Circle' literal object
|
STAR_LITERAL
The 'Star' literal object
|
TRIANGLE_LITERAL
The 'Triangle' literal object
|
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BOX
The 'Box' literal value
|
static int |
CIRCLE
The 'Circle' literal value
|
static int |
COLUMN
The 'Column' literal value
|
static int |
CROSS
The 'Cross' literal value
|
static int |
CROSSHAIR
The 'Crosshair' literal value
|
static int |
DIAMOND
The 'Diamond' literal value
|
static int |
ELLIPSE
The 'Ellipse' literal value
|
static int |
FOUR_DIAMONDS
The 'Four Diamonds' literal value
|
static int |
HEXAGON
The 'Hexagon' literal value
|
static int |
ICON
The 'Icon' literal value
|
static int |
NABLA
The 'Nabla' literal value
|
static int |
RECTANGLE
The 'Rectangle' literal value
|
static int |
SEMI_CIRCLE
The 'Semi Circle' literal value
|
static int |
STAR
The 'Star' literal value
|
static int |
TRIANGLE
The 'Triangle' literal value
|
static java.util.List<MarkerType> |
VALUES
A public read-only list of all the 'Marker Type' enumerators
|
| 限定符和类型 | 方法和说明 |
|---|---|
static MarkerType |
get(int value)
Returns the 'Marker Type' literal with the specified integer value
|
static MarkerType |
get(java.lang.String literal)
Returns the 'Marker Type' literal with the specified literal value
|
static MarkerType |
getByName(java.lang.String name)
Returns the 'Marker Type' literal with the specified name
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static MarkerType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static MarkerType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final MarkerType CROSSHAIR_LITERAL
If the meaning of 'Crosshair' literal object isn't clear, there really should be more of a description here...
CROSSHAIRpublic static final MarkerType TRIANGLE_LITERAL
If the meaning of 'Triangle' literal object isn't clear, there really should be more of a description here...
TRIANGLEpublic static final MarkerType BOX_LITERAL
If the meaning of 'Box' literal object isn't clear, there really should be more of a description here...
BOXpublic static final MarkerType CIRCLE_LITERAL
If the meaning of 'Circle' literal object isn't clear, there really should be more of a description here...
CIRCLEpublic static final MarkerType ICON_LITERAL
ICONpublic static final MarkerType NABLA_LITERAL
NABLApublic static final MarkerType DIAMOND_LITERAL
DIAMONDpublic static final MarkerType FOUR_DIAMONDS_LITERAL
FOUR_DIAMONDSpublic static final MarkerType ELLIPSE_LITERAL
ELLIPSEpublic static final MarkerType SEMI_CIRCLE_LITERAL
SEMI_CIRCLEpublic static final MarkerType HEXAGON_LITERAL
HEXAGONpublic static final MarkerType RECTANGLE_LITERAL
RECTANGLEpublic static final MarkerType STAR_LITERAL
STARpublic static final MarkerType COLUMN_LITERAL
COLUMNpublic static final MarkerType CROSS_LITERAL
CROSSpublic static final int CROSSHAIR
CROSSHAIR_LITERAL,
常量字段值public static final int TRIANGLE
TRIANGLE_LITERAL,
常量字段值public static final int BOX
BOX_LITERAL,
常量字段值public static final int CIRCLE
CIRCLE_LITERAL,
常量字段值public static final int ICON
If the meaning of 'Icon' literal object isn't clear, there really should be more of a description here...
ICON_LITERAL,
常量字段值public static final int NABLA
If the meaning of 'Nabla' literal object isn't clear, there really should be more of a description here...
NABLA_LITERAL,
常量字段值public static final int DIAMOND
If the meaning of 'Diamond' literal object isn't clear, there really should be more of a description here...
DIAMOND_LITERAL,
常量字段值public static final int FOUR_DIAMONDS
If the meaning of 'Four Diamonds' literal object isn't clear, there really should be more of a description here...
FOUR_DIAMONDS_LITERAL,
常量字段值public static final int ELLIPSE
If the meaning of 'Ellipse' literal object isn't clear, there really should be more of a description here...
ELLIPSE_LITERAL,
常量字段值public static final int SEMI_CIRCLE
If the meaning of 'Semi Circle' literal object isn't clear, there really should be more of a description here...
SEMI_CIRCLE_LITERAL,
常量字段值public static final int HEXAGON
If the meaning of 'Hexagon' literal object isn't clear, there really should be more of a description here...
HEXAGON_LITERAL,
常量字段值public static final int RECTANGLE
If the meaning of 'Rectangle' literal object isn't clear, there really should be more of a description here...
RECTANGLE_LITERAL,
常量字段值public static final int STAR
If the meaning of 'Star' literal object isn't clear, there really should be more of a description here...
STAR_LITERAL,
常量字段值public static final int COLUMN
If the meaning of 'Column' literal object isn't clear, there really should be more of a description here...
COLUMN_LITERAL,
常量字段值public static final int CROSS
If the meaning of 'Cross' literal object isn't clear, there really should be more of a description here...
CROSS_LITERAL,
常量字段值public static final java.util.List<MarkerType> VALUES
public static MarkerType[] values()
for (MarkerType c : MarkerType.values()) System.out.println(c);
public static MarkerType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static MarkerType get(java.lang.String literal)
public static MarkerType getByName(java.lang.String name)
public static MarkerType get(int value)
public int getValue()
getValue 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString 在类中 java.lang.Enum<MarkerType>Copyright © 2005-2008 Actuate Corp. All rights reserved.