Enum Class AlarmEnumsProto.AlarmModePB
java.lang.Object
java.lang.Enum<AlarmEnumsProto.AlarmModePB>
com.inductiveautomation.ignition.common.protocolbuffers.AlarmEnumsProto.AlarmModePB
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AlarmEnumsProto.AlarmModePB>,Constable
- Enclosing class:
- AlarmEnumsProto
public static enum AlarmEnumsProto.AlarmModePB
extends Enum<AlarmEnumsProto.AlarmModePB>
implements com.google.protobuf.ProtocolMessageEnum
com.inductiveautomation.ignition.common.alarming.config.AlarmModeProtobuf enum
common.protobuf.AlarmModePB-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAlarmMode_AboveValue = 2;AlarmMode_AnyChange = 8;AlarmMode_BadQuality = 7;AlarmMode_BelowValue = 3;AlarmMode_BetweenValues = 4;AlarmMode_Bit = 9;AlarmMode_Equality = 0;AlarmMode_Inequality = 1;AlarmMode_OnCondition = 10;AlarmMode_OutOfEngRange = 6;AlarmMode_OutsideValues = 5;AlarmMode_WhenFalse = 12;AlarmMode_WhenTrue = 11; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAlarmMode_AboveValue = 2;static final intAlarmMode_AnyChange = 8;static final intAlarmMode_BadQuality = 7;static final intAlarmMode_BelowValue = 3;static final intAlarmMode_BetweenValues = 4;static final intAlarmMode_Bit = 9;static final intAlarmMode_Equality = 0;static final intAlarmMode_Inequality = 1;static final intAlarmMode_OnCondition = 10;static final intAlarmMode_OutOfEngRange = 6;static final intAlarmMode_OutsideValues = 5;static final intAlarmMode_WhenFalse = 12;static final intAlarmMode_WhenTrue = 11; -
Method Summary
Modifier and TypeMethodDescriptionstatic AlarmEnumsProto.AlarmModePBforNumber(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<AlarmEnumsProto.AlarmModePB>static AlarmEnumsProto.AlarmModePBvalueOf(int value) Deprecated.static AlarmEnumsProto.AlarmModePBvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static AlarmEnumsProto.AlarmModePBReturns the enum constant of this class with the specified name.static AlarmEnumsProto.AlarmModePB[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AlarmMode_Equality
AlarmMode_Equality = 0; -
AlarmMode_Inequality
AlarmMode_Inequality = 1; -
AlarmMode_AboveValue
AlarmMode_AboveValue = 2; -
AlarmMode_BelowValue
AlarmMode_BelowValue = 3; -
AlarmMode_BetweenValues
AlarmMode_BetweenValues = 4; -
AlarmMode_OutsideValues
AlarmMode_OutsideValues = 5; -
AlarmMode_OutOfEngRange
AlarmMode_OutOfEngRange = 6; -
AlarmMode_BadQuality
AlarmMode_BadQuality = 7; -
AlarmMode_AnyChange
AlarmMode_AnyChange = 8; -
AlarmMode_Bit
AlarmMode_Bit = 9; -
AlarmMode_OnCondition
AlarmMode_OnCondition = 10; -
AlarmMode_WhenTrue
AlarmMode_WhenTrue = 11; -
AlarmMode_WhenFalse
AlarmMode_WhenFalse = 12; -
UNRECOGNIZED
-
-
Field Details
-
AlarmMode_Equality_VALUE
public static final int AlarmMode_Equality_VALUEAlarmMode_Equality = 0;- See Also:
-
AlarmMode_Inequality_VALUE
public static final int AlarmMode_Inequality_VALUEAlarmMode_Inequality = 1;- See Also:
-
AlarmMode_AboveValue_VALUE
public static final int AlarmMode_AboveValue_VALUEAlarmMode_AboveValue = 2;- See Also:
-
AlarmMode_BelowValue_VALUE
public static final int AlarmMode_BelowValue_VALUEAlarmMode_BelowValue = 3;- See Also:
-
AlarmMode_BetweenValues_VALUE
public static final int AlarmMode_BetweenValues_VALUEAlarmMode_BetweenValues = 4;- See Also:
-
AlarmMode_OutsideValues_VALUE
public static final int AlarmMode_OutsideValues_VALUEAlarmMode_OutsideValues = 5;- See Also:
-
AlarmMode_OutOfEngRange_VALUE
public static final int AlarmMode_OutOfEngRange_VALUEAlarmMode_OutOfEngRange = 6;- See Also:
-
AlarmMode_BadQuality_VALUE
public static final int AlarmMode_BadQuality_VALUEAlarmMode_BadQuality = 7;- See Also:
-
AlarmMode_AnyChange_VALUE
public static final int AlarmMode_AnyChange_VALUEAlarmMode_AnyChange = 8;- See Also:
-
AlarmMode_Bit_VALUE
public static final int AlarmMode_Bit_VALUEAlarmMode_Bit = 9;- See Also:
-
AlarmMode_OnCondition_VALUE
public static final int AlarmMode_OnCondition_VALUEAlarmMode_OnCondition = 10;- See Also:
-
AlarmMode_WhenTrue_VALUE
public static final int AlarmMode_WhenTrue_VALUEAlarmMode_WhenTrue = 11;- See Also:
-
AlarmMode_WhenFalse_VALUE
public static final int AlarmMode_WhenFalse_VALUEAlarmMode_WhenFalse = 12;- 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:
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
- 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<AlarmEnumsProto.AlarmModePB> 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 AlarmEnumsProto.AlarmModePB 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
-