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