Uses of Class
com.hcl.voltmx.sync.services.syncruntime.config.Enums.RequestStatus

Packages that use Enums.RequestStatus
com.hcl.voltmx.sync.services.syncruntime.config   
 

Uses of Enums.RequestStatus in com.hcl.voltmx.sync.services.syncruntime.config
 

Methods in com.hcl.voltmx.sync.services.syncruntime.config that return Enums.RequestStatus
static Enums.RequestStatus Enums.getstatus(int i)
           
static Enums.RequestStatus Enums.RequestStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Enums.RequestStatus[] Enums.RequestStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hcl.voltmx.sync.services.syncruntime.config with parameters of type Enums.RequestStatus
static java.lang.Integer Enums.getStatusNumber(Enums.RequestStatus status)