public static enum TemplateEngine.TemplateType extends Enum<TemplateEngine.TemplateType>
Enum Constant and Description |
---|
attribute |
bootstrap |
compositePrimaryKey |
entity |
enumeration |
project |
Modifier and Type | Method and Description |
---|---|
String |
getVelocityPattern() |
static TemplateEngine.TemplateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateEngine.TemplateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateEngine.TemplateType bootstrap
public static final TemplateEngine.TemplateType project
public static final TemplateEngine.TemplateType entity
public static final TemplateEngine.TemplateType attribute
public static final TemplateEngine.TemplateType enumeration
public static final TemplateEngine.TemplateType compositePrimaryKey
public static TemplateEngine.TemplateType[] values()
for (TemplateEngine.TemplateType c : TemplateEngine.TemplateType.values()) System.out.println(c);
public static TemplateEngine.TemplateType 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 getVelocityPattern()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.