public enum Module extends Enum<Module>
| Enum Constant and Description |
|---|
help |
i18n |
ichtyometer |
jre |
launcher |
report |
tutti |
| Modifier and Type | Method and Description |
|---|---|
String |
getModuleLoggerName() |
boolean |
isRuntimeModule() |
static Module |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Module[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Module launcher
public static final Module jre
public static final Module tutti
public static final Module i18n
public static final Module help
public static final Module report
public static final Module ichtyometer
public static Module[] values()
for (Module c : Module.values()) System.out.println(c);
public static Module 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 nullpublic boolean isRuntimeModule()
public String getModuleLoggerName()
Copyright © 2012–2015 Ifremer. All rights reserved.