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
  • Enum Constant Details

    • RIT_None

      public static final RpnItemTypeOuterClass.RpnItemType RIT_None
      / <summary>
       / Initialization value
       / </summary>
       
      RIT_None = 0;
    • RIT_Variable

      public static final RpnItemTypeOuterClass.RpnItemType RIT_Variable
      / <summary>
       / The Value of Item is the instance path of a variable.
       / </summary>
       
      RIT_Variable = 1;
    • RIT_Constant

      public static final RpnItemTypeOuterClass.RpnItemType RIT_Constant
      / <summary>
       / The Value of the Item is a constant.
       / </summary>
       
      RIT_Constant = 2;
    • RIT_Operation

      public static final RpnItemTypeOuterClass.RpnItemType 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

      public static final RpnItemTypeOuterClass.RpnItemType 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

      private static final RpnItemTypeOuterClass.RpnItemType[] VALUES
    • value

      private final int value
  • Constructor Details

    • RpnItemType

      private RpnItemType(int value)
  • Method Details

    • values

      public static RpnItemTypeOuterClass.RpnItemType[] 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

      public static RpnItemTypeOuterClass.RpnItemType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static RpnItemTypeOuterClass.RpnItemType 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 name
      NullPointerException - if the argument is null
    • forNumber

      public static RpnItemTypeOuterClass.RpnItemType forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<RpnItemTypeOuterClass.RpnItemType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null