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