public enum ChartType extends java.lang.Enum<ChartType> implements org.eclipse.emf.common.util.Enumerator
| 枚举常量和说明 |
|---|
BAR_LITERAL
The 'Bar' literal object
|
COMBO_LITERAL
The 'Combo' literal object
|
LINE_LITERAL
The 'Line' literal object
|
PIE_LITERAL
The 'Pie' literal object
|
SCATTER_LITERAL
The 'Scatter' literal object
|
STOCK_LITERAL
The 'Stock' literal object
|
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BAR
The 'Bar' literal value
|
static int |
COMBO
The 'Combo' literal value
|
static int |
LINE
The 'Line' literal value
|
static int |
PIE
The 'Pie' literal value
|
static int |
SCATTER
The 'Scatter' literal value
|
static int |
STOCK
The 'Stock' literal value
|
static java.util.List<ChartType> |
VALUES
A public read-only list of all the 'Chart Type' enumerators
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ChartType |
get(int value)
Returns the 'Chart Type' literal with the specified integer value
|
static ChartType |
get(java.lang.String literal)
Returns the 'Chart Type' literal with the specified literal value
|
static ChartType |
getByName(java.lang.String name)
Returns the 'Chart 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 ChartType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static ChartType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final ChartType PIE_LITERAL
If the meaning of 'Pie' literal object isn't clear, there really should be more of a description here...
PIEpublic static final ChartType BAR_LITERAL
If the meaning of 'Bar' literal object isn't clear, there really should be more of a description here...
BARpublic static final ChartType LINE_LITERAL
If the meaning of 'Line' literal object isn't clear, there really should be more of a description here...
LINEpublic static final ChartType COMBO_LITERAL
If the meaning of 'Combo' literal object isn't clear, there really should be more of a description here...
COMBOpublic static final ChartType SCATTER_LITERAL
If the meaning of 'Scatter' literal object isn't clear, there really should be more of a description here...
SCATTERpublic static final int PIE
PIE_LITERAL,
常量字段值public static final int BAR
BAR_LITERAL,
常量字段值public static final int LINE
LINE_LITERAL,
常量字段值public static final int COMBO
COMBO_LITERAL,
常量字段值public static final int SCATTER
SCATTER_LITERAL,
常量字段值public static final int STOCK
STOCK_LITERAL,
常量字段值public static final java.util.List<ChartType> VALUES
public static ChartType[] values()
for (ChartType c : ChartType.values()) System.out.println(c);
public static ChartType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static ChartType get(java.lang.String literal)
public static ChartType getByName(java.lang.String name)
public static ChartType 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<ChartType>Copyright © 2005-2008 Actuate Corp. All rights reserved.