Uses of Class
org.openflow.protocol.OFTable.OFTableConfig

Packages that use OFTable.OFTableConfig
org.openflow.protocol   
 

Uses of OFTable.OFTableConfig in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFTable.OFTableConfig
static OFTable.OFTableConfig OFTable.OFTableConfig.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFTable.OFTableConfig[] OFTable.OFTableConfig.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openflow.protocol that return types with arguments of type OFTable.OFTableConfig
static java.util.EnumSet<OFTable.OFTableConfig> OFTable.OFTableConfig.valueOf(int i)
          Given a table config value, return the set of OFTableConfig enums associated with it
 

Method parameters in org.openflow.protocol with type arguments of type OFTable.OFTableConfig
static int OFTable.OFTableConfig.toBitmap(java.util.Set<OFTable.OFTableConfig> configs)
          Given a set of OFTableConfig enums, convert to bitmap value