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