public static enum HwvtepSchemaConstants.HWVTEPSCHEMATABLES extends Enum<HwvtepSchemaConstants.HWVTEPSCHEMATABLES>
Enum Constant and Description |
---|
ACL |
ACLENTRY |
ARPSOURCESLOCAL |
ARPSOURCESREMOTE |
GLOBAL |
LOGICALBINDINGSTATS |
LOGICALROUTER |
LOGICALSWITCH |
MANAGER |
MCASTMACSLOCAL |
MCASTMACSREMOTE |
PHYSICALLOCATOR |
PHYSICALLOCATORSET |
PHYSICALPORT |
PHYSICALSWITCH |
TUNNEL |
UCASTMACSLOCAL |
UCASTMACSREMOTE |
Modifier and Type | Method and Description |
---|---|
String |
getColumnNameInParentTable() |
String |
getParentTableName() |
String |
getTableName() |
static HwvtepSchemaConstants.HWVTEPSCHEMATABLES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HwvtepSchemaConstants.HWVTEPSCHEMATABLES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES GLOBAL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES MANAGER
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALSWITCH
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALPORT
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES TUNNEL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES LOGICALSWITCH
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ACL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES LOGICALBINDINGSTATS
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES UCASTMACSLOCAL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES UCASTMACSREMOTE
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES MCASTMACSLOCAL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALLOCATORSET
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES MCASTMACSREMOTE
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES LOGICALROUTER
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ARPSOURCESLOCAL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ARPSOURCESREMOTE
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALLOCATOR
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ACLENTRY
public static HwvtepSchemaConstants.HWVTEPSCHEMATABLES[] values()
for (HwvtepSchemaConstants.HWVTEPSCHEMATABLES c : HwvtepSchemaConstants.HWVTEPSCHEMATABLES.values()) System.out.println(c);
public static HwvtepSchemaConstants.HWVTEPSCHEMATABLES 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.