Uses of Class
gw.lang.reflect.gs.ReloadResults.ReloadStatus
-
Packages that use ReloadResults.ReloadStatus Package Description gw.lang.reflect.gs -
-
Uses of ReloadResults.ReloadStatus in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return ReloadResults.ReloadStatus Modifier and Type Method Description ReloadResults.ReloadStatus
ReloadResults. getStatus()
static ReloadResults.ReloadStatus
ReloadResults.ReloadStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReloadResults.ReloadStatus[]
ReloadResults.ReloadStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gw.lang.reflect.gs with parameters of type ReloadResults.ReloadStatus Constructor Description ReloadResults(ReloadResults.ReloadStatus status, List<String> classNames, String errorMessage)
-