public static enum MonitoringSetupIfc.MONITOR extends Enum<MonitoringSetupIfc.MONITOR>
Modifier and Type | Method and Description |
---|---|
static MonitoringSetupIfc.MONITOR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitoringSetupIfc.MONITOR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitoringSetupIfc.MONITOR jmx
public static final MonitoringSetupIfc.MONITOR http
public static final MonitoringSetupIfc.MONITOR snmp
public static MonitoringSetupIfc.MONITOR[] values()
for (MonitoringSetupIfc.MONITOR c : MonitoringSetupIfc.MONITOR.values()) System.out.println(c);
public static MonitoringSetupIfc.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 nullCopyright © 2018 "Tigase, Inc.". All rights reserved.