public static enum TemplateParam.DeclLoc extends Enum<TemplateParam.DeclLoc>
| Modifier and Type | Method and Description |
|---|---|
static TemplateParam.DeclLoc |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateParam.DeclLoc[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateParam.DeclLoc SOY_DOC
public static final TemplateParam.DeclLoc HEADER
public static TemplateParam.DeclLoc[] values()
for (TemplateParam.DeclLoc c : TemplateParam.DeclLoc.values()) System.out.println(c);
public static TemplateParam.DeclLoc 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 null