protected static enum TemplateGen.DirType extends Enum<TemplateGen.DirType>
| Enum Constant and Description |
|---|
CONTENT |
END_SECTION |
ERRANT |
EXTENDS |
IMPORT |
INCLUDE |
LAYOUT |
PARAMS |
SECTION |
| Modifier and Type | Method and Description |
|---|---|
String |
keyword() |
static TemplateGen.DirType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateGen.DirType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateGen.DirType IMPORT
public static final TemplateGen.DirType EXTENDS
public static final TemplateGen.DirType PARAMS
public static final TemplateGen.DirType INCLUDE
public static final TemplateGen.DirType SECTION
public static final TemplateGen.DirType END_SECTION
public static final TemplateGen.DirType CONTENT
public static final TemplateGen.DirType LAYOUT
public static final TemplateGen.DirType ERRANT
public static TemplateGen.DirType[] values()
for (TemplateGen.DirType c : TemplateGen.DirType.values()) System.out.println(c);
public static TemplateGen.DirType 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 nullpublic String keyword()
Copyright © 2018. All rights reserved.