public static enum ReportInfo.Bron.LAYOUT extends Enum<ReportInfo.Bron.LAYOUT>
| Enum Constant and Description |
|---|
CALC_TABLE |
FLAT_TABLE |
ONE_ROW_TABLE |
SIMPLE_TABLE |
| Modifier and Type | Method and Description |
|---|---|
static ReportInfo.Bron.LAYOUT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportInfo.Bron.LAYOUT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportInfo.Bron.LAYOUT FLAT_TABLE
public static final ReportInfo.Bron.LAYOUT SIMPLE_TABLE
public static final ReportInfo.Bron.LAYOUT ONE_ROW_TABLE
public static final ReportInfo.Bron.LAYOUT CALC_TABLE
public static ReportInfo.Bron.LAYOUT[] values()
for (ReportInfo.Bron.LAYOUT c : ReportInfo.Bron.LAYOUT.values()) System.out.println(c);
public static ReportInfo.Bron.LAYOUT 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 nullCopyright © 2016. All rights reserved.