Package org.kobe.xbot.Utilities.Entities
Enum Class XTableProto.XTableMessage.Command
java.lang.Object
java.lang.Enum<XTableProto.XTableMessage.Command>
org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.Command
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<XTableProto.XTableMessage.Command>
,Constable
- Enclosing class:
- XTableProto.XTableMessage
public static enum XTableProto.XTableMessage.Command
extends Enum<XTableProto.XTableMessage.Command>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
org.kobe.xbot.Utilities.Entities.XTableMessage.Command
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBATCH = 19;
DEBUG = 3;
DELETE = 7;
DELETE_EVENT = 14;
GET = 2;
GET_PROTO_DATA = 20;
GET_RAW_JSON = 13;
GET_TABLES = 4;
INFORMATION = 16;
PING = 12;
PUBLISH = 8;
PUT = 1;
REBOOT_SERVER = 17;
REGISTRY = 18;
RUN_SCRIPT = 5;
SUBSCRIBE_DELETE = 9;
UNKNOWN_COMMAND = 0;
UNSUBSCRIBE_DELETE = 10;
UNSUBSCRIBE_UPDATE = 11;
UPDATE_EVENT = 15;
UPDATE_KEY = 6;
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
BATCH = 19;
static final int
DEBUG = 3;
static final int
DELETE_EVENT = 14;
static final int
DELETE = 7;
static final int
GET_PROTO_DATA = 20;
static final int
GET_RAW_JSON = 13;
static final int
GET_TABLES = 4;
static final int
GET = 2;
static final int
INFORMATION = 16;
static final int
PING = 12;
static final int
PUBLISH = 8;
static final int
PUT = 1;
static final int
REBOOT_SERVER = 17;
static final int
REGISTRY = 18;
static final int
RUN_SCRIPT = 5;
static final int
SUBSCRIBE_DELETE = 9;
static final int
UNKNOWN_COMMAND = 0;
static final int
UNSUBSCRIBE_DELETE = 10;
static final int
UNSUBSCRIBE_UPDATE = 11;
static final int
UPDATE_EVENT = 15;
static final int
UPDATE_KEY = 6;
-
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<XTableProto.XTableMessage.Command>
valueOf
(int value) Deprecated.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static XTableProto.XTableMessage.Command[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN_COMMAND
UNKNOWN_COMMAND = 0;
-
PUT
PUT = 1;
-
GET
GET = 2;
-
DEBUG
DEBUG = 3;
-
GET_TABLES
GET_TABLES = 4;
-
RUN_SCRIPT
RUN_SCRIPT = 5;
-
UPDATE_KEY
UPDATE_KEY = 6;
-
DELETE
DELETE = 7;
-
PUBLISH
PUBLISH = 8;
-
SUBSCRIBE_DELETE
SUBSCRIBE_DELETE = 9;
-
UNSUBSCRIBE_DELETE
UNSUBSCRIBE_DELETE = 10;
-
UNSUBSCRIBE_UPDATE
UNSUBSCRIBE_UPDATE = 11;
-
PING
PING = 12;
-
GET_RAW_JSON
GET_RAW_JSON = 13;
-
DELETE_EVENT
DELETE_EVENT = 14;
-
UPDATE_EVENT
UPDATE_EVENT = 15;
-
INFORMATION
INFORMATION = 16;
-
REBOOT_SERVER
REBOOT_SERVER = 17;
-
REGISTRY
REGISTRY = 18;
-
BATCH
BATCH = 19;
-
GET_PROTO_DATA
GET_PROTO_DATA = 20;
-
UNRECOGNIZED
-
-
Field Details
-
UNKNOWN_COMMAND_VALUE
public static final int UNKNOWN_COMMAND_VALUEUNKNOWN_COMMAND = 0;
- See Also:
-
PUT_VALUE
public static final int PUT_VALUEPUT = 1;
- See Also:
-
GET_VALUE
public static final int GET_VALUEGET = 2;
- See Also:
-
DEBUG_VALUE
public static final int DEBUG_VALUEDEBUG = 3;
- See Also:
-
GET_TABLES_VALUE
public static final int GET_TABLES_VALUEGET_TABLES = 4;
- See Also:
-
RUN_SCRIPT_VALUE
public static final int RUN_SCRIPT_VALUERUN_SCRIPT = 5;
- See Also:
-
UPDATE_KEY_VALUE
public static final int UPDATE_KEY_VALUEUPDATE_KEY = 6;
- See Also:
-
DELETE_VALUE
public static final int DELETE_VALUEDELETE = 7;
- See Also:
-
PUBLISH_VALUE
public static final int PUBLISH_VALUEPUBLISH = 8;
- See Also:
-
SUBSCRIBE_DELETE_VALUE
public static final int SUBSCRIBE_DELETE_VALUESUBSCRIBE_DELETE = 9;
- See Also:
-
UNSUBSCRIBE_DELETE_VALUE
public static final int UNSUBSCRIBE_DELETE_VALUEUNSUBSCRIBE_DELETE = 10;
- See Also:
-
UNSUBSCRIBE_UPDATE_VALUE
public static final int UNSUBSCRIBE_UPDATE_VALUEUNSUBSCRIBE_UPDATE = 11;
- See Also:
-
PING_VALUE
public static final int PING_VALUEPING = 12;
- See Also:
-
GET_RAW_JSON_VALUE
public static final int GET_RAW_JSON_VALUEGET_RAW_JSON = 13;
- See Also:
-
DELETE_EVENT_VALUE
public static final int DELETE_EVENT_VALUEDELETE_EVENT = 14;
- See Also:
-
UPDATE_EVENT_VALUE
public static final int UPDATE_EVENT_VALUEUPDATE_EVENT = 15;
- See Also:
-
INFORMATION_VALUE
public static final int INFORMATION_VALUEINFORMATION = 16;
- See Also:
-
REBOOT_SERVER_VALUE
public static final int REBOOT_SERVER_VALUEREBOOT_SERVER = 17;
- See Also:
-
REGISTRY_VALUE
public static final int REGISTRY_VALUEREGISTRY = 18;
- See Also:
-
BATCH_VALUE
public static final int BATCH_VALUEBATCH = 19;
- See Also:
-
GET_PROTO_DATA_VALUE
public static final int GET_PROTO_DATA_VALUEGET_PROTO_DATA = 20;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<XTableProto.XTableMessage.Command> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static XTableProto.XTableMessage.Command valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-