public static enum MBeanConstants.Port extends Enum<MBeanConstants.Port>
| Enum Constant and Description |
|---|
RAPID
The RAPID Port.
|
VARRA
The DEFAULT Port.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPortName()
Gets the port name.
|
static MBeanConstants.Port |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBeanConstants.Port[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MBeanConstants.Port VARRA
public static final MBeanConstants.Port RAPID
public static MBeanConstants.Port[] values()
for (MBeanConstants.Port c : MBeanConstants.Port.values()) System.out.println(c);
public static MBeanConstants.Port 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 String getPortName()
Copyright © 2016 utils4j. All Rights Reserved.