Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.BeforeAfterType
-
Packages that use BeforeAfterType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of BeforeAfterType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as BeforeAfterType Modifier and Type Field Description protected BeforeAfterTypeOperationProvisioningScriptType. orderprotected BeforeAfterTypeSynchronizationActionType. orderMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return BeforeAfterType Modifier and Type Method Description static BeforeAfterTypeBeforeAfterType. fromValue(String v)BeforeAfterTypeOperationProvisioningScriptType. getOrder()Gets the value of the order property.BeforeAfterTypeSynchronizationActionType. getOrder()Gets the value of the order property.static BeforeAfterTypeBeforeAfterType. valueOf(String name)Returns the enum constant of this type with the specified name.static BeforeAfterType[]BeforeAfterType. 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 BeforeAfterType Modifier and Type Method Description OperationProvisioningScriptTypeOperationProvisioningScriptType. order(BeforeAfterType value)SynchronizationActionTypeSynchronizationActionType. order(BeforeAfterType value)voidOperationProvisioningScriptType. setOrder(BeforeAfterType value)Sets the value of the order property.voidSynchronizationActionType. setOrder(BeforeAfterType value)Sets the value of the order property.
-