Package org.kobe.xbot.Utilities.Entities
Enum Class XTableProto.XTableMessage.Type
java.lang.Object
java.lang.Enum<XTableProto.XTableMessage.Type>
org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.Type
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<XTableProto.XTableMessage.Type>
,Constable
- Enclosing class:
- XTableProto.XTableMessage
public static enum XTableProto.XTableMessage.Type
extends Enum<XTableProto.XTableMessage.Type>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
org.kobe.xbot.Utilities.Entities.XTableMessage.Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBOOL = 6;
BOOLEAN_LIST = 15;
BYTES = 7;
BYTES_LIST = 16;
COORDINATES = 20;
DOUBLE = 2;
DOUBLE_LIST = 10;
ENUM = 8;
FLOAT_LIST = 12;
INT32 = 3;
INT64 = 5;
INTEGER_LIST = 13;
LONG_LIST = 14;
MESSAGE = 9;
OBJECT = 17;
POSE2D = 18;
POSE3D = 19;
STRING = 1;
STRING_LIST = 11;
UNKNOWN = 0;
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
BOOL = 6;
static final int
BOOLEAN_LIST = 15;
static final int
BYTES_LIST = 16;
static final int
BYTES = 7;
static final int
COORDINATES = 20;
static final int
DOUBLE_LIST = 10;
static final int
DOUBLE = 2;
static final int
ENUM = 8;
static final int
FLOAT_LIST = 12;
static final int
INT32 = 3;
static final int
INT64 = 5;
static final int
INTEGER_LIST = 13;
static final int
LONG_LIST = 14;
static final int
MESSAGE = 9;
static final int
OBJECT = 17;
static final int
POSE2D = 18;
static final int
POSE3D = 19;
static final int
STRING_LIST = 11;
static final int
STRING = 1;
static final int
UNKNOWN = 0;
-
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.Type>
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.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
UNKNOWN = 0;
-
STRING
STRING = 1;
-
DOUBLE
DOUBLE = 2;
-
INT32
INT32 = 3;
-
INT64
INT64 = 5;
-
BOOL
BOOL = 6;
-
BYTES
BYTES = 7;
-
ENUM
ENUM = 8;
-
MESSAGE
MESSAGE = 9;
-
DOUBLE_LIST
DOUBLE_LIST = 10;
-
STRING_LIST
STRING_LIST = 11;
-
FLOAT_LIST
FLOAT_LIST = 12;
-
INTEGER_LIST
INTEGER_LIST = 13;
-
LONG_LIST
LONG_LIST = 14;
-
BOOLEAN_LIST
BOOLEAN_LIST = 15;
-
BYTES_LIST
BYTES_LIST = 16;
-
OBJECT
OBJECT = 17;
-
POSE2D
POSE2D = 18;
-
POSE3D
POSE3D = 19;
-
COORDINATES
COORDINATES = 20;
-
UNRECOGNIZED
-
-
Field Details
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUNKNOWN = 0;
- See Also:
-
STRING_VALUE
public static final int STRING_VALUESTRING = 1;
- See Also:
-
DOUBLE_VALUE
public static final int DOUBLE_VALUEDOUBLE = 2;
- See Also:
-
INT32_VALUE
public static final int INT32_VALUEINT32 = 3;
- See Also:
-
INT64_VALUE
public static final int INT64_VALUEINT64 = 5;
- See Also:
-
BOOL_VALUE
public static final int BOOL_VALUEBOOL = 6;
- See Also:
-
BYTES_VALUE
public static final int BYTES_VALUEBYTES = 7;
- See Also:
-
ENUM_VALUE
public static final int ENUM_VALUEENUM = 8;
- See Also:
-
MESSAGE_VALUE
public static final int MESSAGE_VALUEMESSAGE = 9;
- See Also:
-
DOUBLE_LIST_VALUE
public static final int DOUBLE_LIST_VALUEDOUBLE_LIST = 10;
- See Also:
-
STRING_LIST_VALUE
public static final int STRING_LIST_VALUESTRING_LIST = 11;
- See Also:
-
FLOAT_LIST_VALUE
public static final int FLOAT_LIST_VALUEFLOAT_LIST = 12;
- See Also:
-
INTEGER_LIST_VALUE
public static final int INTEGER_LIST_VALUEINTEGER_LIST = 13;
- See Also:
-
LONG_LIST_VALUE
public static final int LONG_LIST_VALUELONG_LIST = 14;
- See Also:
-
BOOLEAN_LIST_VALUE
public static final int BOOLEAN_LIST_VALUEBOOLEAN_LIST = 15;
- See Also:
-
BYTES_LIST_VALUE
public static final int BYTES_LIST_VALUEBYTES_LIST = 16;
- See Also:
-
OBJECT_VALUE
public static final int OBJECT_VALUEOBJECT = 17;
- See Also:
-
POSE2D_VALUE
public static final int POSE2D_VALUEPOSE2D = 18;
- See Also:
-
POSE3D_VALUE
public static final int POSE3D_VALUEPOSE3D = 19;
- See Also:
-
COORDINATES_VALUE
public static final int COORDINATES_VALUECOORDINATES = 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.Type> 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.Type 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
-