public enum EsfClientErrorCode extends java.lang.Enum<EsfClientErrorCode>
Enum Constant and Description |
---|
INTERNAL_ERROR |
NOT_CONFIGURED |
Modifier and Type | Method and Description |
---|---|
static EsfClientErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EsfClientErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EsfClientErrorCode INTERNAL_ERROR
public static final EsfClientErrorCode NOT_CONFIGURED
public static EsfClientErrorCode[] values()
for (EsfClientErrorCode c : EsfClientErrorCode.values()) System.out.println(c);
public static EsfClientErrorCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2009 Eurotech Inc. All rights reserved.