Enum HwvtepSchemaConstants.HWVTEPSCHEMATABLES
- java.lang.Object
-
- java.lang.Enum<HwvtepSchemaConstants.HWVTEPSCHEMATABLES>
-
- org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepSchemaConstants.HWVTEPSCHEMATABLES
-
- All Implemented Interfaces:
Serializable
,Comparable<HwvtepSchemaConstants.HWVTEPSCHEMATABLES>
- Enclosing interface:
- HwvtepSchemaConstants
public static enum HwvtepSchemaConstants.HWVTEPSCHEMATABLES extends Enum<HwvtepSchemaConstants.HWVTEPSCHEMATABLES>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACL
ACLENTRY
ARPSOURCESLOCAL
ARPSOURCESREMOTE
GLOBAL
LOGICALBINDINGSTATS
LOGICALROUTER
LOGICALSWITCH
MANAGER
MCASTMACSLOCAL
MCASTMACSREMOTE
PHYSICALLOCATOR
PHYSICALLOCATORSET
PHYSICALPORT
PHYSICALSWITCH
TUNNEL
UCASTMACSLOCAL
UCASTMACSREMOTE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
GLOBAL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES GLOBAL
-
MANAGER
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES MANAGER
-
PHYSICALSWITCH
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALSWITCH
-
PHYSICALPORT
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALPORT
-
TUNNEL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES TUNNEL
-
LOGICALSWITCH
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES LOGICALSWITCH
-
ACL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ACL
-
LOGICALBINDINGSTATS
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES LOGICALBINDINGSTATS
-
UCASTMACSLOCAL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES UCASTMACSLOCAL
-
UCASTMACSREMOTE
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES UCASTMACSREMOTE
-
MCASTMACSLOCAL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES MCASTMACSLOCAL
-
PHYSICALLOCATORSET
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALLOCATORSET
-
MCASTMACSREMOTE
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES MCASTMACSREMOTE
-
LOGICALROUTER
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES LOGICALROUTER
-
ARPSOURCESLOCAL
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ARPSOURCESLOCAL
-
ARPSOURCESREMOTE
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ARPSOURCESREMOTE
-
PHYSICALLOCATOR
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALLOCATOR
-
ACLENTRY
public static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ACLENTRY
-
-
Method Detail
-
values
public static HwvtepSchemaConstants.HWVTEPSCHEMATABLES[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (HwvtepSchemaConstants.HWVTEPSCHEMATABLES c : HwvtepSchemaConstants.HWVTEPSCHEMATABLES.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HwvtepSchemaConstants.HWVTEPSCHEMATABLES valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getTableName
public String getTableName()
-
getParentTableName
public String getParentTableName()
-
getColumnNameInParentTable
public String getColumnNameInParentTable()
-
-