public static enum UiTemplate.Location extends Enum<UiTemplate.Location>
| Enum Constant and Description |
|---|
Body_Insert |
Body_Prefix |
Body_Suffix |
Head_Insert |
Head_Prefix |
Head_Suffix |
| Modifier and Type | Method and Description |
|---|---|
static UiTemplate.Location |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UiTemplate.Location[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UiTemplate.Location Body_Insert
public static final UiTemplate.Location Body_Prefix
public static final UiTemplate.Location Body_Suffix
public static final UiTemplate.Location Head_Insert
public static final UiTemplate.Location Head_Prefix
public static final UiTemplate.Location Head_Suffix
public static UiTemplate.Location[] values()
for (UiTemplate.Location c : UiTemplate.Location.values()) System.out.println(c);
public static UiTemplate.Location 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 © December 07, 2012–2015 The Internet Party. All rights reserved.