Enum Class MxaccessGateway.MxEventFamily

java.lang.Object
java.lang.Enum<MxaccessGateway.MxEventFamily>
mxaccess_gateway.v1.MxaccessGateway.MxEventFamily
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<MxaccessGateway.MxEventFamily>, Constable
Enclosing class:
MxaccessGateway

public static enum MxaccessGateway.MxEventFamily extends Enum<MxaccessGateway.MxEventFamily> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum mxaccess_gateway.v1.MxEventFamily
  • Enum Constant Details

    • MX_EVENT_FAMILY_UNSPECIFIED

      public static final MxaccessGateway.MxEventFamily MX_EVENT_FAMILY_UNSPECIFIED
      MX_EVENT_FAMILY_UNSPECIFIED = 0;
    • MX_EVENT_FAMILY_ON_DATA_CHANGE

      public static final MxaccessGateway.MxEventFamily MX_EVENT_FAMILY_ON_DATA_CHANGE
      MX_EVENT_FAMILY_ON_DATA_CHANGE = 1;
    • MX_EVENT_FAMILY_ON_WRITE_COMPLETE

      public static final MxaccessGateway.MxEventFamily MX_EVENT_FAMILY_ON_WRITE_COMPLETE
      MX_EVENT_FAMILY_ON_WRITE_COMPLETE = 2;
    • MX_EVENT_FAMILY_OPERATION_COMPLETE

      public static final MxaccessGateway.MxEventFamily MX_EVENT_FAMILY_OPERATION_COMPLETE
      MX_EVENT_FAMILY_OPERATION_COMPLETE = 3;
    • MX_EVENT_FAMILY_ON_BUFFERED_DATA_CHANGE

      public static final MxaccessGateway.MxEventFamily MX_EVENT_FAMILY_ON_BUFFERED_DATA_CHANGE
      MX_EVENT_FAMILY_ON_BUFFERED_DATA_CHANGE = 4;
    • MX_EVENT_FAMILY_ON_ALARM_TRANSITION

      public static final MxaccessGateway.MxEventFamily MX_EVENT_FAMILY_ON_ALARM_TRANSITION
      MX_EVENT_FAMILY_ON_ALARM_TRANSITION = 5;
    • MX_EVENT_FAMILY_ON_ALARM_PROVIDER_MODE_CHANGED

      public static final MxaccessGateway.MxEventFamily MX_EVENT_FAMILY_ON_ALARM_PROVIDER_MODE_CHANGED
      MX_EVENT_FAMILY_ON_ALARM_PROVIDER_MODE_CHANGED = 6;
    • UNRECOGNIZED

      public static final MxaccessGateway.MxEventFamily UNRECOGNIZED
  • Field Details

    • MX_EVENT_FAMILY_UNSPECIFIED_VALUE

      public static final int MX_EVENT_FAMILY_UNSPECIFIED_VALUE
      MX_EVENT_FAMILY_UNSPECIFIED = 0;
      See Also:
    • MX_EVENT_FAMILY_ON_DATA_CHANGE_VALUE

      public static final int MX_EVENT_FAMILY_ON_DATA_CHANGE_VALUE
      MX_EVENT_FAMILY_ON_DATA_CHANGE = 1;
      See Also:
    • MX_EVENT_FAMILY_ON_WRITE_COMPLETE_VALUE

      public static final int MX_EVENT_FAMILY_ON_WRITE_COMPLETE_VALUE
      MX_EVENT_FAMILY_ON_WRITE_COMPLETE = 2;
      See Also:
    • MX_EVENT_FAMILY_OPERATION_COMPLETE_VALUE

      public static final int MX_EVENT_FAMILY_OPERATION_COMPLETE_VALUE
      MX_EVENT_FAMILY_OPERATION_COMPLETE = 3;
      See Also:
    • MX_EVENT_FAMILY_ON_BUFFERED_DATA_CHANGE_VALUE

      public static final int MX_EVENT_FAMILY_ON_BUFFERED_DATA_CHANGE_VALUE
      MX_EVENT_FAMILY_ON_BUFFERED_DATA_CHANGE = 4;
      See Also:
    • MX_EVENT_FAMILY_ON_ALARM_TRANSITION_VALUE

      public static final int MX_EVENT_FAMILY_ON_ALARM_TRANSITION_VALUE
      MX_EVENT_FAMILY_ON_ALARM_TRANSITION = 5;
      See Also:
    • MX_EVENT_FAMILY_ON_ALARM_PROVIDER_MODE_CHANGED_VALUE

      public static final int MX_EVENT_FAMILY_ON_ALARM_PROVIDER_MODE_CHANGED_VALUE
      MX_EVENT_FAMILY_ON_ALARM_PROVIDER_MODE_CHANGED = 6;
      See Also:
  • Method Details

    • values

      public static MxaccessGateway.MxEventFamily[] 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 MxaccessGateway.MxEventFamily 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 MxaccessGateway.MxEventFamily 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 MxaccessGateway.MxEventFamily forNumber(int value)
      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<MxaccessGateway.MxEventFamily> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static MxaccessGateway.MxEventFamily 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