public static enum MybatisBuilder.TemplatType extends Enum<MybatisBuilder.TemplatType>
| Modifier and Type | Method and Description |
|---|---|
String |
getTemplate() |
static MybatisBuilder.TemplatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MybatisBuilder.TemplatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MybatisBuilder.TemplatType simple
public static final MybatisBuilder.TemplatType view
public static MybatisBuilder.TemplatType[] values()
for (MybatisBuilder.TemplatType c : MybatisBuilder.TemplatType.values()) System.out.println(c);
public static MybatisBuilder.TemplatType 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 getTemplate()
Copyright © 2017. All rights reserved.