Uses of Class
org.openflow.protocol.OFError.OFBadActionCode

Packages that use OFError.OFBadActionCode
org.openflow.protocol   
 

Uses of OFError.OFBadActionCode in org.openflow.protocol
 

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

Methods in org.openflow.protocol with parameters of type OFError.OFBadActionCode
 OFError OFError.setErrorCode(OFError.OFBadActionCode code)