public enum CccErrorCode extends Enum<CccErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CccErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CccErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CccErrorCode FAILEDOPERATION_DUPLICATEDACCOUNT
public static final CccErrorCode INTERNALERROR
public static final CccErrorCode INTERNALERROR_DBERROR
public static final CccErrorCode INVALIDPARAMETER
public static final CccErrorCode INVALIDPARAMETER_INSTANCENOTEXIST
public static final CccErrorCode INVALIDPARAMETERVALUE
public static final CccErrorCode INVALIDPARAMETERVALUE_ACCOUNTNOTEXIST
public static final CccErrorCode INVALIDPARAMETERVALUE_INSTANCENOTEXIST
public static final CccErrorCode LIMITEXCEEDED
public static final CccErrorCode LIMITEXCEEDED_OUTOFCOUNTLIMIT
public static CccErrorCode[] values()
for (CccErrorCode c : CccErrorCode.values()) System.out.println(c);
public static CccErrorCode 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 © 2021. All rights reserved.