public static enum ReportRow.RowTypeEnum extends Enum<ReportRow.RowTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static ReportRow.RowTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ReportRow.RowTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportRow.RowTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportRow.RowTypeEnum HEADER
public static final ReportRow.RowTypeEnum SECTION
public static final ReportRow.RowTypeEnum ROW
public static final ReportRow.RowTypeEnum EMPTY
public static ReportRow.RowTypeEnum[] values()
for (ReportRow.RowTypeEnum c : ReportRow.RowTypeEnum.values()) System.out.println(c);
public static ReportRow.RowTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<ReportRow.RowTypeEnum>public static ReportRow.RowTypeEnum fromValue(String text)
Copyright © 2019. All rights reserved.