public static enum StaticReportItemHR.WIDTH_VALUES extends java.lang.Enum<StaticReportItemHR.WIDTH_VALUES>
Enum Constant and Description |
---|
FIFTY_PERCENT |
SCALE_TO_FIT |
SEVENTYFIVE_PERCENT |
TWENTYFIVE_PERCENT |
Modifier and Type | Method and Description |
---|---|
static StaticReportItemHR.WIDTH_VALUES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StaticReportItemHR.WIDTH_VALUES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticReportItemHR.WIDTH_VALUES SCALE_TO_FIT
public static final StaticReportItemHR.WIDTH_VALUES SEVENTYFIVE_PERCENT
public static final StaticReportItemHR.WIDTH_VALUES FIFTY_PERCENT
public static final StaticReportItemHR.WIDTH_VALUES TWENTYFIVE_PERCENT
public static StaticReportItemHR.WIDTH_VALUES[] values()
for (StaticReportItemHR.WIDTH_VALUES c : StaticReportItemHR.WIDTH_VALUES.values()) System.out.println(c);
public static StaticReportItemHR.WIDTH_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