Uses of Class
org.openflow.protocol.OFMeterMod.OFMeterFlags

Packages that use OFMeterMod.OFMeterFlags
org.openflow.protocol   
 

Uses of OFMeterMod.OFMeterFlags in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFMeterMod.OFMeterFlags
static OFMeterMod.OFMeterFlags OFMeterMod.OFMeterFlags.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFMeterMod.OFMeterFlags[] OFMeterMod.OFMeterFlags.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 OFMeterMod.OFMeterFlags
static java.util.EnumSet<OFMeterMod.OFMeterFlags> OFMeterMod.OFMeterFlags.valueOf(short i)
          Given a meter flags short value, return the set of OFMeterFlags enums associated with it
 

Method parameters in org.openflow.protocol with type arguments of type OFMeterMod.OFMeterFlags
static short OFMeterMod.OFMeterFlags.toBitmap(java.util.Set<OFMeterMod.OFMeterFlags> flags)
          Given a set of OFMeterFlags enums, convert to bitmap value