Enum Class RpnItemTypeOuterClass.RpnItemType
java.lang.Object
java.lang.Enum<RpnItemTypeOuterClass.RpnItemType>
Arp.Services.DataLogger.Services.Grpc.RpnItemTypeOuterClass.RpnItemType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<RpnItemTypeOuterClass.RpnItemType>,Constable
- Enclosing class:
RpnItemTypeOuterClass
public static enum RpnItemTypeOuterClass.RpnItemType
extends Enum<RpnItemTypeOuterClass.RpnItemType>
implements com.google.protobuf.ProtocolMessageEnum
/ <summary> / Item type of the <see cref="Arp.Device.Interface.Services.TriggerRpnItem" /> structure. (RPN = Reverse Polnish Notation) / </summary>Protobuf enum
Arp.Services.DataLogger.Services.Grpc.RpnItemType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription/ <summary> / The Value of the Item is a constant./ <summary> / Initialization value / </summary>/ <summary> / The value of Item is a byte containing a value of the <see cref="Arp.Device.Interface.Services.TriggerConditionOperation" /> enumeration./ <summary> / The Value of Item is the instance path of a variable. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<RpnItemTypeOuterClass.RpnItemType> static final int/ <summary> / The Value of the Item is a constant.static final int/ <summary> / Initialization value / </summary>static final int/ <summary> / The value of Item is a byte containing a value of the <see cref="Arp.Device.Interface.Services.TriggerConditionOperation" /> enumeration.static final int/ <summary> / The Value of Item is the instance path of a variable.private final intprivate static final RpnItemTypeOuterClass.RpnItemType[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<RpnItemTypeOuterClass.RpnItemType> 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 RpnItemTypeOuterClass.RpnItemType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RIT_None
/ <summary> / Initialization value / </summary>
RIT_None = 0; -
RIT_Variable
/ <summary> / The Value of Item is the instance path of a variable. / </summary>
RIT_Variable = 1; -
RIT_Constant
/ <summary> / The Value of the Item is a constant. / </summary>
RIT_Constant = 2; -
RIT_Operation
/ <summary> / The value of Item is a byte containing a value of the <see cref="Arp.Device.Interface.Services.TriggerConditionOperation" /> enumeration. / </summary>
RIT_Operation = 3; -
UNRECOGNIZED
-
-
Field Details
-
RIT_None_VALUE
public static final int RIT_None_VALUE/ <summary> / Initialization value / </summary>
RIT_None = 0;- See Also:
-
RIT_Variable_VALUE
public static final int RIT_Variable_VALUE/ <summary> / The Value of Item is the instance path of a variable. / </summary>
RIT_Variable = 1;- See Also:
-
RIT_Constant_VALUE
public static final int RIT_Constant_VALUE/ <summary> / The Value of the Item is a constant. / </summary>
RIT_Constant = 2;- See Also:
-
RIT_Operation_VALUE
public static final int RIT_Operation_VALUE/ <summary> / The value of Item is a byte containing a value of the <see cref="Arp.Device.Interface.Services.TriggerConditionOperation" /> enumeration. / </summary>
RIT_Operation = 3;- See Also:
-
internalValueMap
private static final com.google.protobuf.Internal.EnumLiteMap<RpnItemTypeOuterClass.RpnItemType> internalValueMap -
VALUES
-
value
private final int value
-
-
Constructor Details
-
RpnItemType
private RpnItemType(int value)
-
-
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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<RpnItemTypeOuterClass.RpnItemType> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static RpnItemTypeOuterClass.RpnItemType 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
-