net.floodlightcontroller.util
Interface EnumBitmaps.BitmapableEnum

Enclosing class:
EnumBitmaps

public static interface EnumBitmaps.BitmapableEnum

Enums used to represent individual flags needs to implement this interface


Method Summary
 int getValue()
          Return the value in the bitmap that the enum constant represents.
 

Method Detail

getValue

int getValue()
Return the value in the bitmap that the enum constant represents. The returned value must have only a single bit set. E.g.,1<<3