public static enum SiLAFramework.SiLAError.ErrorCase extends Enum<SiLAFramework.SiLAError.ErrorCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DEFINEDEXECUTIONERROR |
ERROR_NOT_SET |
FRAMEWORKERROR |
UNDEFINEDEXECUTIONERROR |
VALIDATIONERROR |
| Modifier and Type | Method and Description |
|---|---|
static SiLAFramework.SiLAError.ErrorCase |
forNumber(int value) |
int |
getNumber() |
static SiLAFramework.SiLAError.ErrorCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SiLAFramework.SiLAError.ErrorCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiLAFramework.SiLAError.ErrorCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiLAFramework.SiLAError.ErrorCase VALIDATIONERROR
public static final SiLAFramework.SiLAError.ErrorCase DEFINEDEXECUTIONERROR
public static final SiLAFramework.SiLAError.ErrorCase UNDEFINEDEXECUTIONERROR
public static final SiLAFramework.SiLAError.ErrorCase FRAMEWORKERROR
public static final SiLAFramework.SiLAError.ErrorCase ERROR_NOT_SET
public static SiLAFramework.SiLAError.ErrorCase[] values()
for (SiLAFramework.SiLAError.ErrorCase c : SiLAFramework.SiLAError.ErrorCase.values()) System.out.println(c);
public static SiLAFramework.SiLAError.ErrorCase 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 null@Deprecated public static SiLAFramework.SiLAError.ErrorCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static SiLAFramework.SiLAError.ErrorCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 SiLA Java Developers. All rights reserved.