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