Preliminary documentation subject to change

Uses of Class
com.bugcollect.EResultStatus

Uses of EResultStatus in com.bugcollect
 

Methods in com.bugcollect that return EResultStatus
 EResultStatus Result.getStatus()
          Gets the response status.
static EResultStatus EResultStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EResultStatus[] EResultStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Preliminary documentation subject to change