public static enum Logger.LogMessageType extends Enum<Logger.LogMessageType>
| Modifier and Type | Method and Description |
|---|---|
static Logger.LogMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Logger.LogMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Logger.LogMessageType Process
public static final Logger.LogMessageType Error
public static final Logger.LogMessageType Warning
public static final Logger.LogMessageType Hint
public static Logger.LogMessageType[] values()
for (Logger.LogMessageType c : Logger.LogMessageType.values()) System.out.println(c);
public static Logger.LogMessageType 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 © 2014–2018 University Health Network. All rights reserved.