Package Arp.System.Nm.Services.Grpc
Enum Class SeverityOuterClass.Severity
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<SeverityOuterClass.Severity>,Constable
- Enclosing class:
SeverityOuterClass
public static enum SeverityOuterClass.Severity
extends Enum<SeverityOuterClass.Severity>
implements com.google.protobuf.ProtocolMessageEnum
/ <summary> / Severity of the Notification / </summary>Protobuf enum
Arp.System.Nm.Services.Grpc.Severity-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription/ <summary> / Error with critical consequences / </summary>/ <summary> / Emerge error (error with fatal consequences which lead to a non functional system) / </summary>/ <summary> / Errors without severe consequences / </summary>/ <summary> / Fatal error / </summary>/ <summary> / Information with relevance for the user / </summary>/ <summary> / Internal Notification to pulish some useful information / </summary>/ <summary> / Warnings / </summary> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<SeverityOuterClass.Severity> static final int/ <summary> / Error with critical consequences / </summary>static final SeverityOuterClass.Severity/ <summary> / Default severity when nothing special is defined / </summary>static final int/ <summary> / Default severity when nothing special is defined / </summary>static final int/ <summary> / Emerge error (error with fatal consequences which lead to a non functional system) / </summary>static final int/ <summary> / Errors without severe consequences / </summary>static final int/ <summary> / Fatal error / </summary>static final int/ <summary> / Information with relevance for the user / </summary>static final int/ <summary> / Internal Notification to pulish some useful information / </summary>static final int/ <summary> / Warnings / </summary>private final intprivate static final SeverityOuterClass.Severity[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SeverityOuterClass.SeverityforNumber(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<SeverityOuterClass.Severity> static SeverityOuterClass.SeverityvalueOf(int value) Deprecated.static SeverityOuterClass.SeverityvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static SeverityOuterClass.SeverityReturns the enum constant of this class with the specified name.static SeverityOuterClass.Severity[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
S_Internal
/ <summary> / Internal Notification to pulish some useful information / </summary>
S_Internal = 0; -
S_Info
/ <summary> / Information with relevance for the user / </summary>
S_Info = 1; -
S_Warning
/ <summary> / Warnings / </summary>
S_Warning = 2; -
S_Error
/ <summary> / Errors without severe consequences / </summary>
S_Error = 3; -
S_Critical
/ <summary> / Error with critical consequences / </summary>
S_Critical = 4; -
S_Fatal
/ <summary> / Fatal error / </summary>
S_Fatal = 5; -
S_Emerge
/ <summary> / Emerge error (error with fatal consequences which lead to a non functional system) / </summary>
S_Emerge = 6; -
UNRECOGNIZED
-
-
Field Details
-
S_Default
/ <summary> / Default severity when nothing special is defined / </summary>
S_Default = 0; -
S_Internal_VALUE
public static final int S_Internal_VALUE/ <summary> / Internal Notification to pulish some useful information / </summary>
S_Internal = 0;- See Also:
-
S_Info_VALUE
public static final int S_Info_VALUE/ <summary> / Information with relevance for the user / </summary>
S_Info = 1;- See Also:
-
S_Warning_VALUE
public static final int S_Warning_VALUE/ <summary> / Warnings / </summary>
S_Warning = 2;- See Also:
-
S_Error_VALUE
public static final int S_Error_VALUE/ <summary> / Errors without severe consequences / </summary>
S_Error = 3;- See Also:
-
S_Critical_VALUE
public static final int S_Critical_VALUE/ <summary> / Error with critical consequences / </summary>
S_Critical = 4;- See Also:
-
S_Fatal_VALUE
public static final int S_Fatal_VALUE/ <summary> / Fatal error / </summary>
S_Fatal = 5;- See Also:
-
S_Emerge_VALUE
public static final int S_Emerge_VALUE/ <summary> / Emerge error (error with fatal consequences which lead to a non functional system) / </summary>
S_Emerge = 6;- See Also:
-
S_Default_VALUE
public static final int S_Default_VALUE/ <summary> / Default severity when nothing special is defined / </summary>
S_Default = 0;- See Also:
-
internalValueMap
private static final com.google.protobuf.Internal.EnumLiteMap<SeverityOuterClass.Severity> internalValueMap -
VALUES
-
value
private final int value
-
-
Constructor Details
-
Severity
private Severity(int value)
-
-
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
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<SeverityOuterClass.Severity> 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 SeverityOuterClass.Severity 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
-