Uses of Class
net.floodlightcontroller.storage.RowOrdering.Direction

Packages that use RowOrdering.Direction
net.floodlightcontroller.storage   
 

Uses of RowOrdering.Direction in net.floodlightcontroller.storage
 

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

Methods in net.floodlightcontroller.storage with parameters of type RowOrdering.Direction
 void RowOrdering.add(java.lang.String column, RowOrdering.Direction direction)
           
 

Constructors in net.floodlightcontroller.storage with parameters of type RowOrdering.Direction
RowOrdering.Item(java.lang.String column, RowOrdering.Direction direction)
           
RowOrdering(java.lang.String column, RowOrdering.Direction direction)