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