Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectVariableModeType
-
Packages that use ObjectVariableModeType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ObjectVariableModeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ObjectVariableModeType Modifier and Type Field Description protected ObjectVariableModeTypeScriptExpressionEvaluatorConfigurationType. objectVariableModeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ObjectVariableModeType Modifier and Type Method Description static ObjectVariableModeTypeObjectVariableModeType. fromValue(String v)ObjectVariableModeTypeScriptExpressionEvaluatorConfigurationType. getObjectVariableMode()Gets the value of the objectVariableMode property.static ObjectVariableModeTypeObjectVariableModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectVariableModeType[]ObjectVariableModeType. 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 ObjectVariableModeType Modifier and Type Method Description ScriptExpressionEvaluatorConfigurationTypeScriptExpressionEvaluatorConfigurationType. objectVariableMode(ObjectVariableModeType value)ScriptExpressionEvaluatorTypeScriptExpressionEvaluatorType. objectVariableMode(ObjectVariableModeType value)voidScriptExpressionEvaluatorConfigurationType. setObjectVariableMode(ObjectVariableModeType value)Sets the value of the objectVariableMode property.
-