Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.ResultStatusSubCode
Packages that use ResultStatusSubCode
-
Uses of ResultStatusSubCode in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as ResultStatusSubCodeModifier and TypeFieldDescriptionprotected ResultStatusSubCodeResult.statusSubCodeResult status sub-code.Methods in gov.nasa.gsfc.sscweb.schema that return ResultStatusSubCodeModifier and TypeMethodDescriptionstatic ResultStatusSubCodeGets the enum associated to the value passed as parameter.Result.getStatusSubCode()Result status sub-code.static ResultStatusSubCodeReturns the enum constant of this class with the specified name.static ResultStatusSubCode[]ResultStatusSubCode.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 ResultStatusSubCodeModifier and TypeMethodDescriptionvoidResult.setStatusSubCode(ResultStatusSubCode value) Sets the value of the statusSubCode property.