public static enum ObjectPropertyTemplateModel.ConfigError extends Enum<ObjectPropertyTemplateModel.ConfigError>
| Enum Constant and Description |
|---|
NO_SELECT_QUERY |
NO_SUBCLASS_ORDER_BY |
NO_SUBCLASS_SELECT |
NO_TEMPLATE |
TEMPLATE_NOT_FOUND |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
toString() |
static ObjectPropertyTemplateModel.ConfigError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectPropertyTemplateModel.ConfigError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectPropertyTemplateModel.ConfigError NO_SELECT_QUERY
public static final ObjectPropertyTemplateModel.ConfigError NO_SUBCLASS_SELECT
public static final ObjectPropertyTemplateModel.ConfigError NO_SUBCLASS_ORDER_BY
public static final ObjectPropertyTemplateModel.ConfigError NO_TEMPLATE
public static final ObjectPropertyTemplateModel.ConfigError TEMPLATE_NOT_FOUND
public static ObjectPropertyTemplateModel.ConfigError[] values()
for (ObjectPropertyTemplateModel.ConfigError c : ObjectPropertyTemplateModel.ConfigError.values()) System.out.println(c);
public static ObjectPropertyTemplateModel.ConfigError 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()
public String toString()
toString in class Enum<ObjectPropertyTemplateModel.ConfigError>Copyright © 2021. All rights reserved.