public static enum OvsdbSchemaContants.OvsdbSchemaTables extends Enum<OvsdbSchemaContants.OvsdbSchemaTables>
Enum Constant and Description |
---|
AUTOATTACH |
BRIDGE |
CONTROLLER |
FLOWSAMPLECOLLECTORSET |
FLOWTABLE |
INTERFACE |
IPFIX |
MANAGER |
MIRROR |
NETFLOW |
OPENVSWITCH |
PORT |
QOS |
SFLOW |
SSL |
Modifier and Type | Method and Description |
---|---|
String |
getColumnNameInParentTable() |
String |
getParentTableName() |
String |
getTableName() |
static OvsdbSchemaContants.OvsdbSchemaTables |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvsdbSchemaContants.OvsdbSchemaTables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvsdbSchemaContants.OvsdbSchemaTables OPENVSWITCH
public static final OvsdbSchemaContants.OvsdbSchemaTables BRIDGE
public static final OvsdbSchemaContants.OvsdbSchemaTables PORT
public static final OvsdbSchemaContants.OvsdbSchemaTables INTERFACE
public static final OvsdbSchemaContants.OvsdbSchemaTables SSL
public static final OvsdbSchemaContants.OvsdbSchemaTables IPFIX
public static final OvsdbSchemaContants.OvsdbSchemaTables SFLOW
public static final OvsdbSchemaContants.OvsdbSchemaTables FLOWTABLE
public static final OvsdbSchemaContants.OvsdbSchemaTables QOS
public static final OvsdbSchemaContants.OvsdbSchemaTables NETFLOW
public static final OvsdbSchemaContants.OvsdbSchemaTables MIRROR
public static final OvsdbSchemaContants.OvsdbSchemaTables MANAGER
public static final OvsdbSchemaContants.OvsdbSchemaTables CONTROLLER
public static final OvsdbSchemaContants.OvsdbSchemaTables FLOWSAMPLECOLLECTORSET
public static final OvsdbSchemaContants.OvsdbSchemaTables AUTOATTACH
public static OvsdbSchemaContants.OvsdbSchemaTables[] values()
for (OvsdbSchemaContants.OvsdbSchemaTables c : OvsdbSchemaContants.OvsdbSchemaTables.values()) System.out.println(c);
public static OvsdbSchemaContants.OvsdbSchemaTables 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 getTableName()
public String getParentTableName()
public String getColumnNameInParentTable()
Copyright © 2018 OpenDaylight. All rights reserved.