public enum CdwpgErrorCode extends Enum<CdwpgErrorCode>
Enum Constant and Description |
---|
INTERNALERROR |
INTERNALERROR_SYSTEMERROR |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CdwpgErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdwpgErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdwpgErrorCode INTERNALERROR
public static final CdwpgErrorCode INTERNALERROR_SYSTEMERROR
public static CdwpgErrorCode[] values()
for (CdwpgErrorCode c : CdwpgErrorCode.values()) System.out.println(c);
public static CdwpgErrorCode 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 getValue()
Copyright © 2024. All rights reserved.