Enum OpennmsModelProtos.Alarm.Type
- java.lang.Object
-
- java.lang.Enum<OpennmsModelProtos.Alarm.Type>
-
- org.opennms.features.kafka.producer.model.OpennmsModelProtos.Alarm.Type
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<OpennmsModelProtos.Alarm.Type>
- Enclosing class:
- OpennmsModelProtos.Alarm
public static enum OpennmsModelProtos.Alarm.Type extends Enum<OpennmsModelProtos.Alarm.Type> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumAlarm.Type
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CLEARCLEAR = 1;PROBLEM_WITH_CLEARPROBLEM_WITH_CLEAR = 0;PROBLEM_WITHOUT_CLEARPROBLEM_WITHOUT_CLEAR = 2;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCLEAR_VALUECLEAR = 1;static intPROBLEM_WITH_CLEAR_VALUEPROBLEM_WITH_CLEAR = 0;static intPROBLEM_WITHOUT_CLEAR_VALUEPROBLEM_WITHOUT_CLEAR = 2;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OpennmsModelProtos.Alarm.TypeforNumber(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.Alarm.Type>internalGetValueMap()static OpennmsModelProtos.Alarm.TypevalueOf(int value)Deprecated.static OpennmsModelProtos.Alarm.TypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OpennmsModelProtos.Alarm.TypevalueOf(String name)Returns the enum constant of this type with the specified name.static OpennmsModelProtos.Alarm.Type[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PROBLEM_WITH_CLEAR
public static final OpennmsModelProtos.Alarm.Type PROBLEM_WITH_CLEAR
PROBLEM_WITH_CLEAR = 0;
-
CLEAR
public static final OpennmsModelProtos.Alarm.Type CLEAR
CLEAR = 1;
-
PROBLEM_WITHOUT_CLEAR
public static final OpennmsModelProtos.Alarm.Type PROBLEM_WITHOUT_CLEAR
PROBLEM_WITHOUT_CLEAR = 2;
-
UNRECOGNIZED
public static final OpennmsModelProtos.Alarm.Type UNRECOGNIZED
-
-
Field Detail
-
PROBLEM_WITH_CLEAR_VALUE
public static final int PROBLEM_WITH_CLEAR_VALUE
PROBLEM_WITH_CLEAR = 0;- See Also:
- Constant Field Values
-
CLEAR_VALUE
public static final int CLEAR_VALUE
CLEAR = 1;- See Also:
- Constant Field Values
-
PROBLEM_WITHOUT_CLEAR_VALUE
public static final int PROBLEM_WITHOUT_CLEAR_VALUE
PROBLEM_WITHOUT_CLEAR = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static OpennmsModelProtos.Alarm.Type[] 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.Alarm.Type c : OpennmsModelProtos.Alarm.Type.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.Alarm.Type 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.Alarm.Type 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.Alarm.Type forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<OpennmsModelProtos.Alarm.Type> 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.Alarm.Type 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
-
-