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