public enum AlertingErrors extends java.lang.Enum<AlertingErrors>
Enum Constant and Description |
---|
ALERTING_CONF_INVALID_VALUE |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
getComponents() |
java.lang.String |
getDescription() |
java.lang.String |
getType() |
static void |
throwALERTING_CONF_INVALID_VALUE(java.lang.String additional) |
static AlertingErrors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlertingErrors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertingErrors ALERTING_CONF_INVALID_VALUE
public static AlertingErrors[] values()
for (AlertingErrors c : AlertingErrors.values()) System.out.println(c);
public static AlertingErrors 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 nullpublic int getCode()
public java.lang.String getDescription()
public java.lang.String getType()
public java.lang.String getComponents()
public static void throwALERTING_CONF_INVALID_VALUE(java.lang.String additional) throws com.exalead.util.TypedException
com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.