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