Enum Class NotificationMessage.ValueTag
java.lang.Object
java.lang.Enum<NotificationMessage.ValueTag>
oracle.communication.brm.charging.monitor.framework.NotificationMessage.ValueTag
- All Implemented Interfaces:
Serializable,Comparable<NotificationMessage.ValueTag>,Constable
- Enclosing class:
NotificationMessage
JSON attribute/property value tag
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiontoString()static NotificationMessage.ValueTagReturns the enum constant of this class with the specified name.static NotificationMessage.ValueTag[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CACHE_PROBLEM_CAPACITY_OVERFLOW
-
SYSTEM_PROBLEM_RUNNING_SERVER_COUNT_BELOW_THRESHOLD
public static final NotificationMessage.ValueTag SYSTEM_PROBLEM_RUNNING_SERVER_COUNT_BELOW_THRESHOLD -
NODE_UP
-
NODE_DOWN
-
MEMBER_STATE_JOINED
-
MEMBER_STATE_LEAVING
-
MEMBER_STATE_LEFT
-
-
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
-
toString
- Overrides:
toStringin classEnum<NotificationMessage.ValueTag>
-