public static enum UiTemplate.EmbedStrategy extends Enum<UiTemplate.EmbedStrategy>
| Enum Constant and Description |
|---|
Insert |
WrapAllClasses |
WrapAllPackages |
WrapEachClass |
WrapEachMethod |
WrapEachPackage |
| Modifier and Type | Method and Description |
|---|---|
static UiTemplate.EmbedStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UiTemplate.EmbedStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UiTemplate.EmbedStrategy Insert
public static final UiTemplate.EmbedStrategy WrapEachMethod
public static final UiTemplate.EmbedStrategy WrapEachClass
public static final UiTemplate.EmbedStrategy WrapAllClasses
public static final UiTemplate.EmbedStrategy WrapAllPackages
public static final UiTemplate.EmbedStrategy WrapEachPackage
public static UiTemplate.EmbedStrategy[] values()
for (UiTemplate.EmbedStrategy c : UiTemplate.EmbedStrategy.values()) System.out.println(c);
public static UiTemplate.EmbedStrategy 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.