public static enum MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType extends Enum<MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType> implements com.google.protobuf.ProtocolMessageEnum
MATLAB_Request_Operation_Set.OperationType| Enum Constant and Description |
|---|
ALLOWED
ALLOWED = 1; |
CANCEL
CANCEL = 2; |
DELETE_R
DELETE_R = 3; |
DOWNGRADE
DOWNGRADE = 4; |
ERROR_R
ERROR_R = 5; |
INFO
INFO = 6; |
RESPONSE
RESPONSE = 7; |
SUBSCRIBE
SUBSCRIBE = 8; |
UNKNOWN
UNKNOWN = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOWED_VALUE
ALLOWED = 1; |
static int |
CANCEL_VALUE
CANCEL = 2; |
static int |
DELETE_R_VALUE
DELETE_R = 3; |
static int |
DOWNGRADE_VALUE
DOWNGRADE = 4; |
static int |
ERROR_R_VALUE
ERROR_R = 5; |
static int |
INFO_VALUE
INFO = 6; |
static int |
RESPONSE_VALUE
RESPONSE = 7; |
static int |
SUBSCRIBE_VALUE
SUBSCRIBE = 8; |
static int |
UNKNOWN_VALUE
UNKNOWN = 0; |
public static final MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType UNKNOWN
UNKNOWN = 0;public static final MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType ALLOWED
ALLOWED = 1;public static final MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType CANCEL
CANCEL = 2;public static final MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType DELETE_R
DELETE_R = 3;public static final MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType DOWNGRADE
DOWNGRADE = 4;public static final MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType ERROR_R
ERROR_R = 5;public static final MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType INFO
INFO = 6;public static final MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType RESPONSE
RESPONSE = 7;public static final MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType SUBSCRIBE
SUBSCRIBE = 8;public static final int UNKNOWN_VALUE
UNKNOWN = 0;public static final int ALLOWED_VALUE
ALLOWED = 1;public static final int CANCEL_VALUE
CANCEL = 2;public static final int DELETE_R_VALUE
DELETE_R = 3;public static final int DOWNGRADE_VALUE
DOWNGRADE = 4;public static final int ERROR_R_VALUE
ERROR_R = 5;public static final int INFO_VALUE
INFO = 6;public static final int RESPONSE_VALUE
RESPONSE = 7;public static final int SUBSCRIBE_VALUE
SUBSCRIBE = 8;public static MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType[] values()
for (MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType c : MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType.values()) System.out.println(c);
public static MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType 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 MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType valueOf(int value)
forNumber(int) instead.public static MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType> 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 MATLABRequestOperationSet.MATLAB_Request_Operation_Set.OperationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2015–2021. All rights reserved.