Package org.yamcs.protobuf
Enum Class Mdb.DataEncodingInfo.Type
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Mdb.DataEncodingInfo.Type>
,Constable
- Enclosing class:
- Mdb.DataEncodingInfo
public static enum Mdb.DataEncodingInfo.Type
extends Enum<Mdb.DataEncodingInfo.Type>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
yamcs.protobuf.mdb.DataEncodingInfo.Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
BINARY = 0;
static final int
BOOLEAN = 1;
static final int
FLOAT = 2;
static final int
INTEGER = 3;
static final int
STRING = 4;
-
Method Summary
Modifier and TypeMethodDescriptionstatic Mdb.DataEncodingInfo.Type
forNumber
(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<Mdb.DataEncodingInfo.Type>
static Mdb.DataEncodingInfo.Type
valueOf
(int value) Deprecated.static Mdb.DataEncodingInfo.Type
valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Mdb.DataEncodingInfo.Type
Returns the enum constant of this class with the specified name.static Mdb.DataEncodingInfo.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BINARY
BINARY = 0;
-
BOOLEAN
BOOLEAN = 1;
-
FLOAT
FLOAT = 2;
-
INTEGER
INTEGER = 3;
-
STRING
STRING = 4;
-
-
Field Details
-
BINARY_VALUE
public static final int BINARY_VALUEBINARY = 0;
- See Also:
-
BOOLEAN_VALUE
public static final int BOOLEAN_VALUEBOOLEAN = 1;
- See Also:
-
FLOAT_VALUE
public static final int FLOAT_VALUEFLOAT = 2;
- See Also:
-
INTEGER_VALUE
public static final int INTEGER_VALUEINTEGER = 3;
- See Also:
-
STRING_VALUE
public static final int STRING_VALUESTRING = 4;
- 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<Mdb.DataEncodingInfo.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 Mdb.DataEncodingInfo.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
-