Uses of Class
net.floodlightcontroller.flowcache.FRQueryBvsAcl.DIRECTION

Packages that use FRQueryBvsAcl.DIRECTION
net.floodlightcontroller.flowcache   
 

Uses of FRQueryBvsAcl.DIRECTION in net.floodlightcontroller.flowcache
 

Fields in net.floodlightcontroller.flowcache declared as FRQueryBvsAcl.DIRECTION
 FRQueryBvsAcl.DIRECTION FRQueryBvsAcl.direction
           
 

Methods in net.floodlightcontroller.flowcache that return FRQueryBvsAcl.DIRECTION
static FRQueryBvsAcl.DIRECTION FRQueryBvsAcl.DIRECTION.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FRQueryBvsAcl.DIRECTION[] FRQueryBvsAcl.DIRECTION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.floodlightcontroller.flowcache with parameters of type FRQueryBvsAcl.DIRECTION
FRQueryBvsAcl(java.lang.String bvsName, java.lang.String bvsInterfaceName, FRQueryBvsAcl.DIRECTION direction)