Uses of Class
com.hqme.cm.ReqEvents.ReqEvent

Uses of ReqEvents.ReqEvent in com.hqme.cm
 

Methods in com.hqme.cm that return ReqEvents.ReqEvent
static ReqEvents.ReqEvent ReqEvents.ReqEvent.get(int code)
           
 ReqEvents.ReqEvent ReqEvents.getEvent()
           
static ReqEvents.ReqEvent ReqEvents.ReqEvent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReqEvents.ReqEvent[] ReqEvents.ReqEvent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.hqme.cm with parameters of type ReqEvents.ReqEvent
ReqEvents(ReqEvents.ReqEvent rEvent, long requestId)
           
ReqEvents(ReqEvents.ReqEvent rEvent, long requestId, int progressPercent, java.lang.String progressStatus)