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 SummaryEnum Constants Enum Constant Description ACLACLENTRYARPSOURCESLOCALARPSOURCESREMOTEGLOBALLOGICALBINDINGSTATSLOGICALROUTERLOGICALSWITCHMANAGERMCASTMACSLOCALMCASTMACSREMOTEPHYSICALLOCATORPHYSICALLOCATORSETPHYSICALPORTPHYSICALSWITCHTUNNELUCASTMACSLOCALUCASTMACSREMOTE
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColumnNameInParentTable()StringgetParentTableName()StringgetTableName()static HwvtepSchemaConstants.HWVTEPSCHEMATABLESvalueOf(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- 
GLOBALpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES GLOBAL 
 - 
MANAGERpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES MANAGER 
 - 
PHYSICALSWITCHpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALSWITCH 
 - 
PHYSICALPORTpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALPORT 
 - 
TUNNELpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES TUNNEL 
 - 
LOGICALSWITCHpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES LOGICALSWITCH 
 - 
ACLpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ACL 
 - 
LOGICALBINDINGSTATSpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES LOGICALBINDINGSTATS 
 - 
UCASTMACSLOCALpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES UCASTMACSLOCAL 
 - 
UCASTMACSREMOTEpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES UCASTMACSREMOTE 
 - 
MCASTMACSLOCALpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES MCASTMACSLOCAL 
 - 
PHYSICALLOCATORSETpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALLOCATORSET 
 - 
MCASTMACSREMOTEpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES MCASTMACSREMOTE 
 - 
LOGICALROUTERpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES LOGICALROUTER 
 - 
ARPSOURCESLOCALpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ARPSOURCESLOCAL 
 - 
ARPSOURCESREMOTEpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ARPSOURCESREMOTE 
 - 
PHYSICALLOCATORpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES PHYSICALLOCATOR 
 - 
ACLENTRYpublic static final HwvtepSchemaConstants.HWVTEPSCHEMATABLES ACLENTRY 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
getTableNamepublic String getTableName() 
 - 
getParentTableNamepublic String getParentTableName() 
 - 
getColumnNameInParentTablepublic String getColumnNameInParentTable() 
 
- 
 
-