public static enum InstallContext.MessagePriority extends Enum<InstallContext.MessagePriority>
InstallContext.Message
s.Enum Constant and Description |
---|
error |
info |
restartNeeded |
warning |
Modifier and Type | Method and Description |
---|---|
static InstallContext.MessagePriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallContext.MessagePriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstallContext.MessagePriority info
public static final InstallContext.MessagePriority warning
public static final InstallContext.MessagePriority error
public static final InstallContext.MessagePriority restartNeeded
public static InstallContext.MessagePriority[] values()
for (InstallContext.MessagePriority c : InstallContext.MessagePriority.values()) System.out.println(c);
public static InstallContext.MessagePriority 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 © 2003–2018 Magnolia International Ltd.. All rights reserved.