public static enum OpenVSwitch.OpenVSwitchColumn extends Enum<OpenVSwitch.OpenVSwitchColumn>
| Enum Constant and Description |
|---|
BRIDGES |
CAPABILITIES |
CURCFG |
DBVERSION |
EXTERNALIDS |
MANAGEROPTIONS |
MANAGERS |
NEXTCFG |
OTHERCONFIG |
OVSVERSION |
SSL |
STATISTICS |
SYSTEMTYPE |
SYSTEMVERSION |
| Modifier and Type | Method and Description |
|---|---|
String |
columnName()
Returns the table column name for OpenVSwitchColumn.
|
static OpenVSwitch.OpenVSwitchColumn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenVSwitch.OpenVSwitchColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenVSwitch.OpenVSwitchColumn BRIDGES
public static final OpenVSwitch.OpenVSwitchColumn MANAGERS
public static final OpenVSwitch.OpenVSwitchColumn MANAGEROPTIONS
public static final OpenVSwitch.OpenVSwitchColumn SSL
public static final OpenVSwitch.OpenVSwitchColumn OTHERCONFIG
public static final OpenVSwitch.OpenVSwitchColumn EXTERNALIDS
public static final OpenVSwitch.OpenVSwitchColumn NEXTCFG
public static final OpenVSwitch.OpenVSwitchColumn CURCFG
public static final OpenVSwitch.OpenVSwitchColumn CAPABILITIES
public static final OpenVSwitch.OpenVSwitchColumn STATISTICS
public static final OpenVSwitch.OpenVSwitchColumn OVSVERSION
public static final OpenVSwitch.OpenVSwitchColumn DBVERSION
public static final OpenVSwitch.OpenVSwitchColumn SYSTEMTYPE
public static final OpenVSwitch.OpenVSwitchColumn SYSTEMVERSION
public static OpenVSwitch.OpenVSwitchColumn[] values()
for (OpenVSwitch.OpenVSwitchColumn c : OpenVSwitch.OpenVSwitchColumn.values()) System.out.println(c);
public static OpenVSwitch.OpenVSwitchColumn 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()