Uses of Class
org.openflow.protocol.OFFeaturesReply.OFCapabilities

Packages that use OFFeaturesReply.OFCapabilities
org.openflow.protocol   
 

Uses of OFFeaturesReply.OFCapabilities in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFFeaturesReply.OFCapabilities
static OFFeaturesReply.OFCapabilities OFFeaturesReply.OFCapabilities.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFFeaturesReply.OFCapabilities[] OFFeaturesReply.OFCapabilities.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 OFFeaturesReply.OFCapabilities
static java.util.EnumSet<OFFeaturesReply.OFCapabilities> OFFeaturesReply.OFCapabilities.valueOf(int i)
          Given a capabilities value, return the list of OFCapabilities associated with it