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