public enum PortMonitorConfigInfo extends Enum<PortMonitorConfigInfo>
| Enum Constant and Description |
|---|
AnalyzerPort |
MonitoredBoth |
MonitoredFromServer |
MonitoredToServer |
NotMonitored |
| Modifier and Type | Method and Description |
|---|---|
static PortMonitorConfigInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortMonitorConfigInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortMonitorConfigInfo AnalyzerPort
public static final PortMonitorConfigInfo MonitoredBoth
public static final PortMonitorConfigInfo MonitoredFromServer
public static final PortMonitorConfigInfo MonitoredToServer
public static final PortMonitorConfigInfo NotMonitored
public static PortMonitorConfigInfo[] values()
for (PortMonitorConfigInfo c : PortMonitorConfigInfo.values()) System.out.println(c);
public static PortMonitorConfigInfo 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 © 2017. All rights reserved.