public enum TemplateManagerConstant extends Enum<TemplateManagerConstant>
| Enum Constant and Description |
|---|
ENCODING_TYPE_NULL |
TEMPATE_NAME_NULL |
TEMPLATE_INPUT_STREAM_NULL |
TEMPLATE_VALUES_NULL |
WRITER_NULL |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Getter for getting the message
|
static TemplateManagerConstant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateManagerConstant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateManagerConstant WRITER_NULL
public static final TemplateManagerConstant TEMPLATE_VALUES_NULL
public static final TemplateManagerConstant TEMPLATE_INPUT_STREAM_NULL
public static final TemplateManagerConstant ENCODING_TYPE_NULL
public static final TemplateManagerConstant TEMPATE_NAME_NULL
public static TemplateManagerConstant[] values()
for (TemplateManagerConstant c : TemplateManagerConstant.values()) System.out.println(c);
public static TemplateManagerConstant 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 getMessage()
Copyright © 2020. All rights reserved.