|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CustomReportDetailsPage.MessageType>
eu.esdihumboldt.hale.ui.views.report.properties.details.extension.CustomReportDetailsPage.MessageType
public static enum CustomReportDetailsPage.MessageType
Enum constants indicating the type of Message
.
Enum Constant Summary | |
---|---|
Error
For error messages |
|
Information
For information messages. |
|
Warning
For warning messages |
Method Summary | |
---|---|
static CustomReportDetailsPage.MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CustomReportDetailsPage.MessageType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CustomReportDetailsPage.MessageType Information
public static final CustomReportDetailsPage.MessageType Warning
public static final CustomReportDetailsPage.MessageType Error
Method Detail |
---|
public static CustomReportDetailsPage.MessageType[] values()
for (CustomReportDetailsPage.MessageType c : CustomReportDetailsPage.MessageType.values()) System.out.println(c);
public static CustomReportDetailsPage.MessageType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |