public enum DisplayType extends Enum<DisplayType>
| Enum Constant and Description |
|---|
BLOCK |
COMPACT |
INLINE |
INLINE_BLOCK |
INLINE_TABLE |
LIST_ITEM |
MARKER |
NONE |
RUN_IN |
TABLE |
TABLE_CAPTION |
TABLE_CELL |
TABLE_COLUMN |
TABLE_COLUMN_GROUP |
TABLE_FOOTER_GROUP |
TABLE_HEADER_GROUP |
TABLE_ROW |
TABLE_ROW_GROUP |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DisplayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisplayType NONE
public static final DisplayType INLINE
public static final DisplayType BLOCK
public static final DisplayType INLINE_BLOCK
public static final DisplayType LIST_ITEM
public static final DisplayType RUN_IN
public static final DisplayType COMPACT
public static final DisplayType MARKER
public static final DisplayType TABLE
public static final DisplayType INLINE_TABLE
public static final DisplayType TABLE_ROW_GROUP
public static final DisplayType TABLE_HEADER_GROUP
public static final DisplayType TABLE_FOOTER_GROUP
public static final DisplayType TABLE_ROW
public static final DisplayType TABLE_COLUMN_GROUP
public static final DisplayType TABLE_COLUMN
public static final DisplayType TABLE_CELL
public static final DisplayType TABLE_CAPTION
public static DisplayType[] values()
for (DisplayType c : DisplayType.values()) System.out.println(c);
public static DisplayType 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 toString()
toString in class Enum<DisplayType>Copyright © 2017 etc.to. All rights reserved.