public enum ReportComponentType extends Enum<ReportComponentType>
Enum Constant and Description |
---|
ATTRIBUTE |
BOXAREA |
HEADING |
HIDDEN |
IMAGE |
INSTRUCTION |
MEDIA |
REFERENCE |
RICHTEXT_INPUT |
SEQUENCE |
SEQUENCE_LIST |
TABLE |
TB_COLUMN |
TB_ROW |
TEXT_INPUT |
TITLE |
Modifier and Type | Method and Description |
---|---|
static ReportComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportComponentType ATTRIBUTE
public static final ReportComponentType BOXAREA
public static final ReportComponentType HEADING
public static final ReportComponentType INSTRUCTION
public static final ReportComponentType MEDIA
public static final ReportComponentType HIDDEN
public static final ReportComponentType REFERENCE
public static final ReportComponentType SEQUENCE
public static final ReportComponentType SEQUENCE_LIST
public static final ReportComponentType TB_ROW
public static final ReportComponentType TB_COLUMN
public static final ReportComponentType RICHTEXT_INPUT
public static final ReportComponentType TEXT_INPUT
public static final ReportComponentType IMAGE
public static final ReportComponentType TABLE
public static final ReportComponentType TITLE
public static ReportComponentType[] values()
for (ReportComponentType c : ReportComponentType.values()) System.out.println(c);
public static ReportComponentType 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.