public static enum EPPLoginSecPolicyEvent.EventLevel extends java.lang.Enum<EPPLoginSecPolicyEvent.EventLevel> implements java.io.Serializable, java.lang.Cloneable
Enum Constant and Description |
---|
error
An error event that requires immediate action.
|
warning
A warning event that needs action.
|
Modifier and Type | Method and Description |
---|---|
static EPPLoginSecPolicyEvent.EventLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLoginSecPolicyEvent.EventLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPLoginSecPolicyEvent.EventLevel warning
public static final EPPLoginSecPolicyEvent.EventLevel error
public static EPPLoginSecPolicyEvent.EventLevel[] values()
for (EPPLoginSecPolicyEvent.EventLevel c : EPPLoginSecPolicyEvent.EventLevel.values()) System.out.println(c);
public static EPPLoginSecPolicyEvent.EventLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © VeriSign Inc. All Rights Reserved.