Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.ResultStatusCode
Packages that use ResultStatusCode
-
Uses of ResultStatusCode in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as ResultStatusCodeModifier and TypeFieldDescriptionprotected ResultStatusCodeResult.statusCodeResult status code.Methods in gov.nasa.gsfc.sscweb.schema that return ResultStatusCodeModifier and TypeMethodDescriptionstatic ResultStatusCodeGets the enum associated to the value passed as parameter.Result.getStatusCode()Result status code.static ResultStatusCodeReturns the enum constant of this class with the specified name.static ResultStatusCode[]ResultStatusCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.nasa.gsfc.sscweb.schema with parameters of type ResultStatusCodeModifier and TypeMethodDescriptionvoidResult.setStatusCode(ResultStatusCode value) Sets the value of the statusCode property.