Enum Class TriggerConditionOperationOuterClass.TriggerConditionOperation

java.lang.Object
java.lang.Enum<TriggerConditionOperationOuterClass.TriggerConditionOperation>
Arp.Services.DataLogger.Services.Grpc.TriggerConditionOperationOuterClass.TriggerConditionOperation
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<TriggerConditionOperationOuterClass.TriggerConditionOperation>, Constable
Enclosing class:
TriggerConditionOperationOuterClass

public static enum TriggerConditionOperationOuterClass.TriggerConditionOperation extends Enum<TriggerConditionOperationOuterClass.TriggerConditionOperation> implements com.google.protobuf.ProtocolMessageEnum
/ <summary>
 / Possible error codes for data-logger rsc services.
 / </summary>
 
Protobuf enum Arp.Services.DataLogger.Services.Grpc.TriggerConditionOperation
  • Enum Constant Details

  • Field Details

    • TCO_None_VALUE

      public static final int TCO_None_VALUE
      / <summary>
       / No trigger condition, start recording immediately.
       / </summary>
       
      TCO_None = 0;
      See Also:
    • TCO_Equals_VALUE

      public static final int TCO_Equals_VALUE
      / <summary>
       / Start recording if TriggerVariable1 is equal to TriggerVariable2.
       / </summary>
       
      TCO_Equals = 1;
      See Also:
    • TCO_NotEqual_VALUE

      public static final int TCO_NotEqual_VALUE
      / <summary>
       / Start recording if TriggerVariable1 is not equal to TriggerVariable2.
       / </summary>
       
      TCO_NotEqual = 2;
      See Also:
    • TCO_GreaterThan_VALUE

      public static final int TCO_GreaterThan_VALUE
      / <summary>
       / Start recording if TriggerVariable1 is greater than to TriggerVariable2.
       / </summary>
       
      TCO_GreaterThan = 3;
      See Also:
    • TCO_GreaterEqual_VALUE

      public static final int TCO_GreaterEqual_VALUE
      / <summary>
       / Start recording if TriggerVariable1 is greater or equal to TriggerVariable2.
       / </summary>
       
      TCO_GreaterEqual = 4;
      See Also:
    • TCO_LessThan_VALUE

      public static final int TCO_LessThan_VALUE
      / <summary>
       / Start recording if TriggerVariable1 is less than TriggerVariable2.
       / </summary>
       
      TCO_LessThan = 5;
      See Also:
    • TCO_LessEqual_VALUE

      public static final int TCO_LessEqual_VALUE
      / <summary>
       / Start recording if TriggerVariable1 is less or equal to TriggerVariable2.
       / </summary>
       
      TCO_LessEqual = 6;
      See Also:
    • TCO_Modified_VALUE

      public static final int TCO_Modified_VALUE
      / <summary>
       / Start recording when a modification of the TriggerVariable1 is detected.
       / </summary>
       
      TCO_Modified = 7;
      See Also:
    • TCO_RisingEdge_VALUE

      public static final int TCO_RisingEdge_VALUE
      / <summary>
       / Start recording when a positive (rising) edge of the TriggerVariable1 is detected.
       / </summary>
       
      TCO_RisingEdge = 8;
      See Also:
    • TCO_FallingEdge_VALUE

      public static final int TCO_FallingEdge_VALUE
      / <summary>
       / Start recording when a negative (falling) edge of the TriggerVariable1 is detected.
       / </summary>
       
      TCO_FallingEdge = 9;
      See Also:
    • TCO_And_VALUE

      public static final int TCO_And_VALUE
      / <summary>
       / Start recording if TriggerCondition1 and TriggerCondition2 is true.
       / </summary>
       
      TCO_And = 10;
      See Also:
    • TCO_Or_VALUE

      public static final int TCO_Or_VALUE
      / <summary>
       / Start recording if TriggerCondition1 or TriggerCondition2 is true.
       / </summary>
       
      TCO_Or = 11;
      See Also:
    • internalValueMap

      private static final com.google.protobuf.Internal.EnumLiteMap<TriggerConditionOperationOuterClass.TriggerConditionOperation> internalValueMap
    • VALUES

    • value

      private final int value
  • Constructor Details

    • TriggerConditionOperation

      private TriggerConditionOperation(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 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.
      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

    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<TriggerConditionOperationOuterClass.TriggerConditionOperation> 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 TriggerConditionOperationOuterClass.TriggerConditionOperation 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