Serializable, Comparable<ErrorDoc>public enum ErrorDoc extends Enum<ErrorDoc>
| Enum Constant | Description |
|---|---|
CSFM_GETTER_NOT_FOUND |
|
CTFM_GETTER_NOT_FOUND |
|
CTFM_SETTER_NOT_FOUND |
|
PROPERTY_NOT_FOUND |
| Modifier and Type | Method | Description |
|---|---|---|
String |
toUrl() |
|
static ErrorDoc |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ErrorDoc[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorDoc CSFM_GETTER_NOT_FOUND
public static final ErrorDoc PROPERTY_NOT_FOUND
public static final ErrorDoc CTFM_GETTER_NOT_FOUND
public static final ErrorDoc CTFM_SETTER_NOT_FOUND
public static final String ERROR_URL
public static ErrorDoc[] values()
for (ErrorDoc c : ErrorDoc.values()) System.out.println(c);
public static ErrorDoc 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 toUrl()
Copyright © 2019. All rights reserved.