JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
com.polarion.alm.shared.api.model.tr.record.TestStepResultFieldsEnum
Packages that use
TestStepResultFieldsEnum
Package
Description
com.polarion.alm.shared.api.model.tr.record
Uses of
TestStepResultFieldsEnum
in
com.polarion.alm.shared.api.model.tr.record
Methods in
com.polarion.alm.shared.api.model.tr.record
that return
TestStepResultFieldsEnum
Modifier and Type
Method
Description
static
TestStepResultFieldsEnum
TestStepResultFieldsEnum.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
TestStepResultFieldsEnum
[]
TestStepResultFieldsEnum.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.