org.apertereports.components
Enum HelpWindow.Module
java.lang.Object
java.lang.Enum<HelpWindow.Module>
org.apertereports.components.HelpWindow.Module
- All Implemented Interfaces:
- Serializable, Comparable<HelpWindow.Module>
- Enclosing class:
- HelpWindow
public static enum HelpWindow.Module
- extends Enum<HelpWindow.Module>
Help modules.
MANAGER
public static final HelpWindow.Module MANAGER
INVOKER
public static final HelpWindow.Module INVOKER
DASHBOARD
public static final HelpWindow.Module DASHBOARD
values
public static HelpWindow.Module[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (HelpWindow.Module c : HelpWindow.Module.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static HelpWindow.Module valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2011-2012. All Rights Reserved.