Enum Class MonitorDProto.GNSSInformation.Timing.DiscipliningSource
java.lang.Object
java.lang.Enum<MonitorDProto.GNSSInformation.Timing.DiscipliningSource>
de.serosystems.proto.v3.grx.monitord.MonitorDProto.GNSSInformation.Timing.DiscipliningSource
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<MonitorDProto.GNSSInformation.Timing.DiscipliningSource>
,Constable
- Enclosing class:
- MonitorDProto.GNSSInformation.Timing
public static enum MonitorDProto.GNSSInformation.Timing.DiscipliningSource
extends Enum<MonitorDProto.GNSSInformation.Timing.DiscipliningSource>
implements com.google.protobuf.ProtocolMessageEnum
Disciplining sources of GNSS receiver.Protobuf enum
serosystems.proto.v3.grx.monitord.GNSSInformation.Timing.DiscipliningSource
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionExternal oscillator measured by the host.EXTINT0 = 2;
EXTINT1 = 3;
GNSS.Internal oscillator.Internal oscillator measured by the host. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
External oscillator measured by the host.static final int
EXTINT0 = 2;
static final int
EXTINT1 = 3;
static final int
GNSS.static final int
Internal oscillator.static final int
Internal oscillator measured by the host. -
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<MonitorDProto.GNSSInformation.Timing.DiscipliningSource>
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.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Internal
Internal oscillator.
Internal = 0;
-
GNSS
GNSS.
GNSS = 1;
-
EXTINT0
EXTINT0 = 2;
-
EXTINT1
EXTINT1 = 3;
-
InternalMeasuredByHost
Internal oscillator measured by the host.
InternalMeasuredByHost = 4;
-
ExternalMeasuredByHost
External oscillator measured by the host.
ExternalMeasuredByHost = 5;
-
UNRECOGNIZED
-
-
Field Details
-
Internal_VALUE
public static final int Internal_VALUEInternal oscillator.
Internal = 0;
- See Also:
-
GNSS_VALUE
public static final int GNSS_VALUEGNSS.
GNSS = 1;
- See Also:
-
EXTINT0_VALUE
public static final int EXTINT0_VALUEEXTINT0 = 2;
- See Also:
-
EXTINT1_VALUE
public static final int EXTINT1_VALUEEXTINT1 = 3;
- See Also:
-
InternalMeasuredByHost_VALUE
public static final int InternalMeasuredByHost_VALUEInternal oscillator measured by the host.
InternalMeasuredByHost = 4;
- See Also:
-
ExternalMeasuredByHost_VALUE
public static final int ExternalMeasuredByHost_VALUEExternal oscillator measured by the host.
ExternalMeasuredByHost = 5;
- 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 public static MonitorDProto.GNSSInformation.Timing.DiscipliningSource valueOf(int value) 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<MonitorDProto.GNSSInformation.Timing.DiscipliningSource> 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 MonitorDProto.GNSSInformation.Timing.DiscipliningSource 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
-