public static enum DynamicReportItem.ScaleValues extends java.lang.Enum<DynamicReportItem.ScaleValues>
Enum Constant and Description |
---|
EIGHTY_PERCENT |
FIFTY_PERCENT |
FOURTY_PERCENT |
FULL_SIZE |
NINETY_PERCENT |
SEVENTY_PERCENT |
SIXTY_PERCENT |
TEN_PERCENT |
THIRTY_PERCENT |
TWENTY_PERCENT |
Modifier and Type | Method and Description |
---|---|
static DynamicReportItem.ScaleValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynamicReportItem.ScaleValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicReportItem.ScaleValues FULL_SIZE
public static final DynamicReportItem.ScaleValues NINETY_PERCENT
public static final DynamicReportItem.ScaleValues EIGHTY_PERCENT
public static final DynamicReportItem.ScaleValues SEVENTY_PERCENT
public static final DynamicReportItem.ScaleValues SIXTY_PERCENT
public static final DynamicReportItem.ScaleValues FIFTY_PERCENT
public static final DynamicReportItem.ScaleValues FOURTY_PERCENT
public static final DynamicReportItem.ScaleValues THIRTY_PERCENT
public static final DynamicReportItem.ScaleValues TWENTY_PERCENT
public static final DynamicReportItem.ScaleValues TEN_PERCENT
public static DynamicReportItem.ScaleValues[] values()
for (DynamicReportItem.ScaleValues c : DynamicReportItem.ScaleValues.values()) System.out.println(c);
public static DynamicReportItem.ScaleValues 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