public static enum Port.PortColumn extends Enum<Port.PortColumn>
| Enum Constant and Description |
|---|
BONDDOWNDELAY |
BONDFAKEIFACE |
BONDMODE |
BONDTYPE |
BONDUPDELAY |
EXTERNALIDS |
FAKEBRIDGE |
INTERFACES |
LACP |
MAC |
NAME |
OTHERCONFIG |
QOS |
STATISTICS |
STATUS |
TAG |
TRUNKS |
VLANMODE |
| Modifier and Type | Method and Description |
|---|---|
String |
columnName()
Returns the table column name for PortColumn.
|
static Port.PortColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Port.PortColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Port.PortColumn NAME
public static final Port.PortColumn INTERFACES
public static final Port.PortColumn TRUNKS
public static final Port.PortColumn TAG
public static final Port.PortColumn VLANMODE
public static final Port.PortColumn QOS
public static final Port.PortColumn MAC
public static final Port.PortColumn BONDTYPE
public static final Port.PortColumn BONDMODE
public static final Port.PortColumn LACP
public static final Port.PortColumn BONDUPDELAY
public static final Port.PortColumn BONDDOWNDELAY
public static final Port.PortColumn BONDFAKEIFACE
public static final Port.PortColumn FAKEBRIDGE
public static final Port.PortColumn STATUS
public static final Port.PortColumn STATISTICS
public static final Port.PortColumn OTHERCONFIG
public static final Port.PortColumn EXTERNALIDS
public static Port.PortColumn[] values()
for (Port.PortColumn c : Port.PortColumn.values()) System.out.println(c);
public static Port.PortColumn 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 columnName()