Uses of Class
org.uitnet.testing.smartfwk.common.MethodArgMode
-
Packages that use MethodArgMode Package Description org.uitnet.testing.smartfwk.common -
-
Uses of MethodArgMode in org.uitnet.testing.smartfwk.common
Methods in org.uitnet.testing.smartfwk.common that return MethodArgMode Modifier and Type Method Description MethodArgModeMethodArg. getMode()static MethodArgModeMethodArgMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MethodArgMode[]MethodArgMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uitnet.testing.smartfwk.common with parameters of type MethodArgMode Modifier and Type Method Description MethodArg<T>MethodArg. setMode(MethodArgMode mode)Constructors in org.uitnet.testing.smartfwk.common with parameters of type MethodArgMode Constructor Description MethodArg(String name, MethodArgMode mode, Class<T> dataType, T value)
-