Uses of Class
step.repository.alm.v16.otaclient.TDAPI_EXECUTION_MODES
-
Packages that use TDAPI_EXECUTION_MODES Package Description step.repository.alm.v16.otaclient -
-
Uses of TDAPI_EXECUTION_MODES in step.repository.alm.v16.otaclient
Methods in step.repository.alm.v16.otaclient that return TDAPI_EXECUTION_MODES Modifier and Type Method Description TDAPI_EXECUTION_MODES
IConnectionSettings. executionMode()
Set execution modestatic TDAPI_EXECUTION_MODES
TDAPI_EXECUTION_MODES. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TDAPI_EXECUTION_MODES[]
TDAPI_EXECUTION_MODES. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in step.repository.alm.v16.otaclient with parameters of type TDAPI_EXECUTION_MODES Modifier and Type Method Description void
IConnectionSettings. executionMode(TDAPI_EXECUTION_MODES pExecutionMode)
Set execution modevoid
ITDConnection9. setExecutionMode(TDAPI_EXECUTION_MODES executionMode)
Set execution mode to WebClient
-