protected static enum TemplateGen.DirType extends java.lang.Enum<TemplateGen.DirType>
Enum Constant and Description |
---|
CONTENT |
END_SECTION |
ERRANT |
EXTENDS |
IMPORT |
INCLUDE |
LAYOUT |
NEST |
PARAMS |
SECTION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
keyword() |
static TemplateGen.DirType |
valueOf(java.lang.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 NEST
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(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 keyword()
Copyright © 2024. All rights reserved.