public static enum I18N.Key extends Enum<I18N.Key>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static I18N.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static I18N.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I18N.Key AND_N_MORE
public static final I18N.Key ATTRIBUTE_DUPLICATED
public static final I18N.Key ATTRIBUTE_DUPLICATED_FIRST_OCCURRENCE
public static final I18N.Key ATTRIBUTE_DUPLICATED_NO_ELEMENT
public static final I18N.Key ATTRIBUTE_IS_ALLOWED_ON
public static final I18N.Key ATTRIBUTE_NOT_ALLOWED
public static final I18N.Key ATTRIBUTES_ALLOWED_HERE
public static final I18N.Key ATTRIBUTE_INVALID_VALUE
public static final I18N.Key ATTRIBUTE_REQUIRED_MISSING
public static final I18N.Key ATTRIBUTE_REQUIRED_MISSING_LIST
public static final I18N.Key DID_YOU_MEAN
public static final I18N.Key DOCUMENT_HAS_NO_CONTENT
public static final I18N.Key ELEMENT_DUPLICATED
public static final I18N.Key ELEMENT_DUPLICATED_FIRST_OCCURRENCE
public static final I18N.Key ELEMENT_HAS_NO_ATTRIBUTES
public static final I18N.Key ELEMENT_WITH_ATTRIBUTE_DUPLICATED
public static final I18N.Key ELEMENT_WITH_ATTRIBUTE_DUPLICATED_FIRST_OCCURRENCE
public static final I18N.Key ELEMENT_IS_ALLOWED_ON
public static final I18N.Key ELEMENT_NOT_ALLOWED
public static final I18N.Key ELEMENT_REQUIRED_MISSING
public static final I18N.Key ELEMENT_REQUIRED_MISSING_LIST
public static final I18N.Key ELEMENT_UNSUPPORTED
public static final I18N.Key ELEMENT_UNSUPPORTED_NO_ALT
public static final I18N.Key ELEMENTS_ALLOWED_HERE
public static final I18N.Key ELEMENTS_REQUIRED_MISSING
public static final I18N.Key ELEMENTS_REQUIRED_MISSING_LIST
public static final I18N.Key MALFORMED_XML
public static final I18N.Key NO_SCHEMAS_AVAILABLE
public static final I18N.Key ORIGINAL_ERROR
public static final I18N.Key PASSTHRU
public static final I18N.Key PRINT_FAILURE
public static final I18N.Key VALIDATION_ERROR_IN
public static I18N.Key[] values()
for (I18N.Key c : I18N.Key.values()) System.out.println(c);
public static I18N.Key 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 nullCopyright © 2017. All Rights Reserved.