Uses of Class
sidnet.utilityviews.statscollector.StatEntry_PacketDeliveryLatency.MODE

Packages that use StatEntry_PacketDeliveryLatency.MODE
sidnet.utilityviews.statscollector   
 

Uses of StatEntry_PacketDeliveryLatency.MODE in sidnet.utilityviews.statscollector
 

Methods in sidnet.utilityviews.statscollector that return StatEntry_PacketDeliveryLatency.MODE
static StatEntry_PacketDeliveryLatency.MODE StatEntry_PacketDeliveryLatency.MODE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatEntry_PacketDeliveryLatency.MODE[] StatEntry_PacketDeliveryLatency.MODE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in sidnet.utilityviews.statscollector with parameters of type StatEntry_PacketDeliveryLatency.MODE
StatEntry_PacketDeliveryLatency(java.lang.String key, StatEntry_PacketDeliveryLatency.MODE mode)