public enum AlertRemovalPolicyType extends Enum<AlertRemovalPolicyType>
| Enum Constant and Description |
|---|
ALERTS_AGE |
ALERTS_COUNT |
ALERTS_LEVEL |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getPolicyType() |
static AlertRemovalPolicyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertRemovalPolicyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertRemovalPolicyType ALERTS_AGE
public static final AlertRemovalPolicyType ALERTS_COUNT
public static final AlertRemovalPolicyType ALERTS_LEVEL
public static AlertRemovalPolicyType[] values()
for (AlertRemovalPolicyType c : AlertRemovalPolicyType.values()) System.out.println(c);
public static AlertRemovalPolicyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDescription()
public String getPolicyType()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.