Enum OpennmsModelProtos.AlarmFeedback.FeedbackType
- java.lang.Object
-
- java.lang.Enum<OpennmsModelProtos.AlarmFeedback.FeedbackType>
-
- org.opennms.features.kafka.producer.model.OpennmsModelProtos.AlarmFeedback.FeedbackType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<OpennmsModelProtos.AlarmFeedback.FeedbackType>
- Enclosing class:
- OpennmsModelProtos.AlarmFeedback
public static enum OpennmsModelProtos.AlarmFeedback.FeedbackType extends Enum<OpennmsModelProtos.AlarmFeedback.FeedbackType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumAlarmFeedback.FeedbackType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CORRECTCORRECT = 2;FALSE_NEGATIVEFALSE_NEGATIVE = 1;FALSE_POSITIVEFALSE_POSITIVE = 0;UNKNOWNUNKNOWN = 3;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCORRECT_VALUECORRECT = 2;static intFALSE_NEGATIVE_VALUEFALSE_NEGATIVE = 1;static intFALSE_POSITIVE_VALUEFALSE_POSITIVE = 0;static intUNKNOWN_VALUEUNKNOWN = 3;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OpennmsModelProtos.AlarmFeedback.FeedbackTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<OpennmsModelProtos.AlarmFeedback.FeedbackType>internalGetValueMap()static OpennmsModelProtos.AlarmFeedback.FeedbackTypevalueOf(int value)Deprecated.static OpennmsModelProtos.AlarmFeedback.FeedbackTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OpennmsModelProtos.AlarmFeedback.FeedbackTypevalueOf(String name)Returns the enum constant of this type with the specified name.static OpennmsModelProtos.AlarmFeedback.FeedbackType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FALSE_POSITIVE
public static final OpennmsModelProtos.AlarmFeedback.FeedbackType FALSE_POSITIVE
FALSE_POSITIVE = 0;
-
FALSE_NEGATIVE
public static final OpennmsModelProtos.AlarmFeedback.FeedbackType FALSE_NEGATIVE
FALSE_NEGATIVE = 1;
-
CORRECT
public static final OpennmsModelProtos.AlarmFeedback.FeedbackType CORRECT
CORRECT = 2;
-
UNKNOWN
public static final OpennmsModelProtos.AlarmFeedback.FeedbackType UNKNOWN
UNKNOWN = 3;
-
UNRECOGNIZED
public static final OpennmsModelProtos.AlarmFeedback.FeedbackType UNRECOGNIZED
-
-
Field Detail
-
FALSE_POSITIVE_VALUE
public static final int FALSE_POSITIVE_VALUE
FALSE_POSITIVE = 0;- See Also:
- Constant Field Values
-
FALSE_NEGATIVE_VALUE
public static final int FALSE_NEGATIVE_VALUE
FALSE_NEGATIVE = 1;- See Also:
- Constant Field Values
-
CORRECT_VALUE
public static final int CORRECT_VALUE
CORRECT = 2;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
UNKNOWN = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static OpennmsModelProtos.AlarmFeedback.FeedbackType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OpennmsModelProtos.AlarmFeedback.FeedbackType c : OpennmsModelProtos.AlarmFeedback.FeedbackType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OpennmsModelProtos.AlarmFeedback.FeedbackType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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 public static OpennmsModelProtos.AlarmFeedback.FeedbackType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static OpennmsModelProtos.AlarmFeedback.FeedbackType forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<OpennmsModelProtos.AlarmFeedback.FeedbackType> 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 OpennmsModelProtos.AlarmFeedback.FeedbackType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
-