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

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

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

Methods in com.hcl.voltmx.sync.services.syncruntime.config that return Enums.RequestEntityStatus
static Enums.RequestEntityStatus Enums.getEntityStatus(int i)
           
static Enums.RequestEntityStatus Enums.RequestEntityStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Enums.RequestEntityStatus[] Enums.RequestEntityStatus.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.RequestEntityStatus
static java.lang.Long Enums.getEntityStatusNumber(Enums.RequestEntityStatus status)