public enum ComponentType extends Enum<ComponentType>
| Modifier and Type | Method and Description |
|---|---|
static ComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentType TOC
public static final ComponentType BIBLIO
public static final ComponentType IMAGE
public static final ComponentType FAKE_TEXTAREA
public static final ComponentType STATIC_IMAGE
public static final ComponentType DYNA_IMAGE
public static final ComponentType TITLE
public static final ComponentType BODY
public static final ComponentType BODY_NOT_FORMATTED
public static final ComponentType HEADING_1
public static final ComponentType HEADING_2
public static final ComponentType HEADING_3
public static final ComponentType HEADING_4
public static final ComponentType HEADING_5
public static final ComponentType COMMENT
public static final ComponentType ATTRIBUTE_MULTI
public static final ComponentType ATTRIBUTE_UNIQUE
public static final ComponentType ATTRIBUTE
public static final ComponentType INSTRUCTION
public static final ComponentType HIDDEN_FIELD
public static final ComponentType TIME_SERIES
public static final ComponentType FLEX_TABLE
public static final ComponentType BODY_TABLE_IMAGE
public static final ComponentType REPEAT_SEQUENCE
public static final ComponentType REPEAT_SEQUENCE_DELIMITER
public static final ComponentType REPEAT_SEQUENCE_INNER
public static final ComponentType TUPLE
public static final ComponentType REPORT_REFERENCE
public static final ComponentType PAGEBREAK
public static ComponentType[] values()
for (ComponentType c : ComponentType.values()) System.out.println(c);
public static ComponentType 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 © 2015. All Rights Reserved.