Enum OpennmsModelProtos.IpInterface.PrimaryType
- java.lang.Object
-
- java.lang.Enum<OpennmsModelProtos.IpInterface.PrimaryType>
-
- org.opennms.features.kafka.producer.model.OpennmsModelProtos.IpInterface.PrimaryType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<OpennmsModelProtos.IpInterface.PrimaryType>
- Enclosing class:
- OpennmsModelProtos.IpInterface
public static enum OpennmsModelProtos.IpInterface.PrimaryType extends Enum<OpennmsModelProtos.IpInterface.PrimaryType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumIpInterface.PrimaryType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NOT_ELIGIBLENOT_ELIGIBLE = 2;PRIMARYPRIMARY = 0;SECONDARYSECONDARY = 1;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intNOT_ELIGIBLE_VALUENOT_ELIGIBLE = 2;static intPRIMARY_VALUEPRIMARY = 0;static intSECONDARY_VALUESECONDARY = 1;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OpennmsModelProtos.IpInterface.PrimaryTypeforNumber(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.IpInterface.PrimaryType>internalGetValueMap()static OpennmsModelProtos.IpInterface.PrimaryTypevalueOf(int value)Deprecated.static OpennmsModelProtos.IpInterface.PrimaryTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OpennmsModelProtos.IpInterface.PrimaryTypevalueOf(String name)Returns the enum constant of this type with the specified name.static OpennmsModelProtos.IpInterface.PrimaryType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PRIMARY
public static final OpennmsModelProtos.IpInterface.PrimaryType PRIMARY
PRIMARY = 0;
-
SECONDARY
public static final OpennmsModelProtos.IpInterface.PrimaryType SECONDARY
SECONDARY = 1;
-
NOT_ELIGIBLE
public static final OpennmsModelProtos.IpInterface.PrimaryType NOT_ELIGIBLE
NOT_ELIGIBLE = 2;
-
UNRECOGNIZED
public static final OpennmsModelProtos.IpInterface.PrimaryType UNRECOGNIZED
-
-
Field Detail
-
PRIMARY_VALUE
public static final int PRIMARY_VALUE
PRIMARY = 0;- See Also:
- Constant Field Values
-
SECONDARY_VALUE
public static final int SECONDARY_VALUE
SECONDARY = 1;- See Also:
- Constant Field Values
-
NOT_ELIGIBLE_VALUE
public static final int NOT_ELIGIBLE_VALUE
NOT_ELIGIBLE = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static OpennmsModelProtos.IpInterface.PrimaryType[] 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.IpInterface.PrimaryType c : OpennmsModelProtos.IpInterface.PrimaryType.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.IpInterface.PrimaryType 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.IpInterface.PrimaryType 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.IpInterface.PrimaryType forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<OpennmsModelProtos.IpInterface.PrimaryType> 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.IpInterface.PrimaryType 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
-
-