public enum XMLCatalogErrorCode extends Enum<XMLCatalogErrorCode> implements IXMLErrorCode
| Enum Constant and Description |
|---|
catalog_uri |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Returns the XML error code.
|
static XMLCatalogErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLCatalogErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLCatalogErrorCode catalog_uri
public static XMLCatalogErrorCode[] values()
for (XMLCatalogErrorCode c : XMLCatalogErrorCode.values()) System.out.println(c);
public static XMLCatalogErrorCode 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 getCode()
IXMLErrorCodegetCode in interface IXMLErrorCodeCopyright © 2023. All rights reserved.