| Enum Constant and Description |
|---|
BESPOKE |
DECK_JS |
DZ |
FLOWTIME_JS |
GENERIC |
GOOGLE_HTML5 |
IMPRESS_JS |
REMARK_JS |
REVEAL_JS |
RUBAN |
SPF |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeckTapeShortName() |
java.lang.String |
getName() |
java.lang.String |
getProfileShortName() |
static Profile |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Profile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Profile BESPOKE
public static final Profile DECK_JS
public static final Profile DZ
public static final Profile FLOWTIME_JS
public static final Profile GENERIC
public static final Profile GOOGLE_HTML5
public static final Profile IMPRESS_JS
public static final Profile REMARK_JS
public static final Profile REVEAL_JS
public static final Profile RUBAN
public static final Profile SPF
public static Profile[] values()
for (Profile c : Profile.values()) System.out.println(c);
public static Profile valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getProfileShortName()
public java.lang.String getDeckTapeShortName()
public java.lang.String getName()