|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MetaDataType>
lt.monarch.chart.models.MetaDataType
public enum MetaDataType extends java.lang.Enum<MetaDataType>
Meta data type enumeration
| Enum Constant and Description |
|---|
BAR_WIDTH
Sets bar width as double number |
DATE_FORMAT
Sets date format as a pattern string |
HINT
Sets hint label as string or number |
LABEL
Sets label text as string or number |
NUMBER_FORMAT
Sets number format as a pattern string |
PIE_EXPLODE
Sets pie exploding as double number |
PIE_HEIGHT
Sets pie height as double number |
STYLE
Sets style data as a Styles object |
| Modifier and Type | Method and Description |
|---|---|
static MetaDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MetaDataType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MetaDataType LABEL
public static final MetaDataType HINT
public static final MetaDataType STYLE
public static final MetaDataType DATE_FORMAT
public static final MetaDataType NUMBER_FORMAT
public static final MetaDataType BAR_WIDTH
public static final MetaDataType PIE_EXPLODE
public static final MetaDataType PIE_HEIGHT
| Method Detail |
|---|
public static MetaDataType[] values()
for (MetaDataType c : MetaDataType.values()) System.out.println(c);
public static MetaDataType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||