public enum PresentationStyle extends Enum<PresentationStyle>
| Enum Constant and Description |
|---|
ACE_EDITOR |
D3_SIMPLE_GRAPH |
EDIT |
IFRAME |
LIST |
LIST2 |
TABLE |
| Modifier and Type | Method and Description |
|---|---|
static PresentationStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresentationStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresentationStyle TABLE
public static final PresentationStyle LIST
public static final PresentationStyle EDIT
public static final PresentationStyle D3_SIMPLE_GRAPH
public static final PresentationStyle IFRAME
public static final PresentationStyle ACE_EDITOR
public static final PresentationStyle LIST2
public static PresentationStyle[] values()
for (PresentationStyle c : PresentationStyle.values()) System.out.println(c);
public static PresentationStyle 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 © 2011-2013. All Rights Reserved.