public enum Anchor extends java.lang.Enum<Anchor> implements org.eclipse.emf.common.util.Enumerator
| 枚举常量和说明 |
|---|
EAST_LITERAL
The 'East' literal object
|
NORTH_EAST_LITERAL
The 'North East' literal object
|
NORTH_LITERAL
The 'North' literal object
|
NORTH_WEST_LITERAL
The 'North West' literal object
|
SOUTH_EAST_LITERAL
The 'South East' literal object
|
SOUTH_LITERAL
The 'South' literal object
|
SOUTH_WEST_LITERAL
The 'South West' literal object
|
WEST_LITERAL
The 'West' literal object
|
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
EAST
The 'East' literal value
|
static int |
NORTH
The 'North' literal value
|
static int |
NORTH_EAST
The 'North East' literal value
|
static int |
NORTH_WEST
The 'North West' literal value
|
static int |
SOUTH
The 'South' literal value
|
static int |
SOUTH_EAST
The 'South East' literal value
|
static int |
SOUTH_WEST
The 'South West' literal value
|
static java.util.List<Anchor> |
VALUES
A public read-only list of all the 'Anchor' enumerators
|
static int |
WEST
The 'West' literal value
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Anchor |
get(int value)
Returns the 'Anchor' literal with the specified integer value
|
static Anchor |
get(java.lang.String literal)
Returns the 'Anchor' literal with the specified literal value
|
static Anchor |
getByName(java.lang.String name)
Returns the 'Anchor' 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 Anchor |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static Anchor[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final Anchor NORTH_LITERAL
If the meaning of 'North' literal object isn't clear, there really should be more of a description here...
NORTHpublic static final Anchor NORTH_EAST_LITERAL
If the meaning of 'North East' literal object isn't clear, there really should be more of a description here...
NORTH_EASTpublic static final Anchor EAST_LITERAL
If the meaning of 'East' literal object isn't clear, there really should be more of a description here...
EASTpublic static final Anchor SOUTH_EAST_LITERAL
If the meaning of 'South East' literal object isn't clear, there really should be more of a description here...
SOUTH_EASTpublic static final Anchor SOUTH_LITERAL
If the meaning of 'South' literal object isn't clear, there really should be more of a description here...
SOUTHpublic static final Anchor SOUTH_WEST_LITERAL
If the meaning of 'South West' literal object isn't clear, there really should be more of a description here...
SOUTH_WESTpublic static final Anchor WEST_LITERAL
If the meaning of 'West' literal object isn't clear, there really should be more of a description here...
WESTpublic static final Anchor NORTH_WEST_LITERAL
If the meaning of 'North West' literal object isn't clear, there really should be more of a description here...
NORTH_WESTpublic static final int NORTH
NORTH_LITERAL,
常量字段值public static final int NORTH_EAST
NORTH_EAST_LITERAL,
常量字段值public static final int EAST
EAST_LITERAL,
常量字段值public static final int SOUTH_EAST
SOUTH_EAST_LITERAL,
常量字段值public static final int SOUTH
SOUTH_LITERAL,
常量字段值public static final int SOUTH_WEST
SOUTH_WEST_LITERAL,
常量字段值public static final int WEST
WEST_LITERAL,
常量字段值public static final int NORTH_WEST
NORTH_WEST_LITERAL,
常量字段值public static final java.util.List<Anchor> VALUES
public static Anchor[] values()
for (Anchor c : Anchor.values()) System.out.println(c);
public static Anchor valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static Anchor get(java.lang.String literal)
public static Anchor getByName(java.lang.String name)
public static Anchor 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<Anchor>Copyright © 2005-2008 Actuate Corp. All rights reserved.