Uses of Class
com.evolveum.midpoint.xml.ns._public.common.api_types_3.OutputFormatType
-
Packages that use OutputFormatType Package Description com.evolveum.midpoint.xml.ns._public.common.api_types_3 -
-
Uses of OutputFormatType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 declared as OutputFormatType Modifier and Type Field Description protected OutputFormatTypeExecuteScriptsOptionsType. outputFormatMethods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return OutputFormatType Modifier and Type Method Description static OutputFormatTypeOutputFormatType. fromValue(String v)OutputFormatTypeExecuteScriptsOptionsType. getOutputFormat()Gets the value of the outputFormat property.static OutputFormatTypeOutputFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputFormatType[]OutputFormatType. 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.api_types_3 with parameters of type OutputFormatType Modifier and Type Method Description ExecuteScriptsOptionsTypeExecuteScriptsOptionsType. outputFormat(OutputFormatType value)voidExecuteScriptsOptionsType. setOutputFormat(OutputFormatType value)Sets the value of the outputFormat property.
-