public static enum SiLAFramework.ExecutionInfo.CommandStatus extends Enum<SiLAFramework.ExecutionInfo.CommandStatus> implements com.google.protobuf.ProtocolMessageEnum
sila2.org.silastandard.ExecutionInfo.CommandStatus| Enum Constant and Description |
|---|
finishedSuccessfully
finishedSuccessfully = 2; |
finishedWithError
finishedWithError = 3; |
running
running = 1; |
UNRECOGNIZED |
waiting
waiting = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
finishedSuccessfully_VALUE
finishedSuccessfully = 2; |
static int |
finishedWithError_VALUE
finishedWithError = 3; |
static int |
running_VALUE
running = 1; |
static int |
waiting_VALUE
waiting = 0; |
| Modifier and Type | Method and Description |
|---|---|
static SiLAFramework.ExecutionInfo.CommandStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<SiLAFramework.ExecutionInfo.CommandStatus> |
internalGetValueMap() |
static SiLAFramework.ExecutionInfo.CommandStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SiLAFramework.ExecutionInfo.CommandStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SiLAFramework.ExecutionInfo.CommandStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiLAFramework.ExecutionInfo.CommandStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiLAFramework.ExecutionInfo.CommandStatus waiting
waiting = 0;public static final SiLAFramework.ExecutionInfo.CommandStatus running
running = 1;public static final SiLAFramework.ExecutionInfo.CommandStatus finishedSuccessfully
finishedSuccessfully = 2;public static final SiLAFramework.ExecutionInfo.CommandStatus finishedWithError
finishedWithError = 3;public static final SiLAFramework.ExecutionInfo.CommandStatus UNRECOGNIZED
public static final int waiting_VALUE
waiting = 0;public static final int running_VALUE
running = 1;public static final int finishedSuccessfully_VALUE
finishedSuccessfully = 2;public static final int finishedWithError_VALUE
finishedWithError = 3;public static SiLAFramework.ExecutionInfo.CommandStatus[] values()
for (SiLAFramework.ExecutionInfo.CommandStatus c : SiLAFramework.ExecutionInfo.CommandStatus.values()) System.out.println(c);
public static SiLAFramework.ExecutionInfo.CommandStatus 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SiLAFramework.ExecutionInfo.CommandStatus valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SiLAFramework.ExecutionInfo.CommandStatus forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SiLAFramework.ExecutionInfo.CommandStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SiLAFramework.ExecutionInfo.CommandStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 SiLA Java Developers. All rights reserved.