public static enum MonitorsDriver.Monitor extends Enum<MonitorsDriver.Monitor>
| Enum Constant and Description |
|---|
DUPLICATION |
| Modifier and Type | Method and Description |
|---|---|
Runnable |
getMonitorDriver(Properties props,
GlobalPropertiesConfigService configService) |
String |
toString() |
static MonitorsDriver.Monitor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorsDriver.Monitor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitorsDriver.Monitor DUPLICATION
public static MonitorsDriver.Monitor[] values()
for (MonitorsDriver.Monitor c : MonitorsDriver.Monitor.values()) System.out.println(c);
public static MonitorsDriver.Monitor 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 Runnable getMonitorDriver(Properties props, GlobalPropertiesConfigService configService)
public String toString()
toString in class Enum<MonitorsDriver.Monitor>Copyright © 2009–2016 DuraSpace. All rights reserved.