public enum ReportChartSize extends Enum<ReportChartSize>
| Enum Constant and Description |
|---|
Huge
Enumeration : Huge
|
Large
Enumeration : Large
|
Medium
Enumeration : Medium
|
Small
Enumeration : Small
|
Tiny
Enumeration : Tiny
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ReportChartSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportChartSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportChartSize Tiny
public static final ReportChartSize Small
public static final ReportChartSize Medium
public static final ReportChartSize Large
public static final ReportChartSize Huge
public static ReportChartSize[] values()
for (ReportChartSize c : ReportChartSize.values()) System.out.println(c);
public static ReportChartSize valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ReportChartSize>Copyright © 2017. All Rights Reserved.