public static enum ModelMetaData.Message.Severity extends Enum<ModelMetaData.Message.Severity>
Modifier and Type | Method and Description |
---|---|
static ModelMetaData.Message.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelMetaData.Message.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelMetaData.Message.Severity ERROR
public static final ModelMetaData.Message.Severity WARNING
public static final ModelMetaData.Message.Severity INFO
public static ModelMetaData.Message.Severity[] values()
for (ModelMetaData.Message.Severity c : ModelMetaData.Message.Severity.values()) System.out.println(c);
public static ModelMetaData.Message.Severity 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 nullCopyright © 2017 JBoss by Red Hat. All rights reserved.