Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CommandLineExecutionMethod
-
Packages that use CommandLineExecutionMethod Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CommandLineExecutionMethod in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as CommandLineExecutionMethod Modifier and Type Field Description protected CommandLineExecutionMethodCommandLineScriptType. executionMethodMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CommandLineExecutionMethod Modifier and Type Method Description static CommandLineExecutionMethodCommandLineExecutionMethod. fromValue(String v)CommandLineExecutionMethodCommandLineScriptType. getExecutionMethod()Gets the value of the executionMethod property.static CommandLineExecutionMethodCommandLineExecutionMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandLineExecutionMethod[]CommandLineExecutionMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CommandLineExecutionMethod Modifier and Type Method Description CommandLineScriptTypeCommandLineScriptType. executionMethod(CommandLineExecutionMethod value)voidCommandLineScriptType. setExecutionMethod(CommandLineExecutionMethod value)Sets the value of the executionMethod property.
-