Uses of Enum Class
com.evolveum.midpoint.model.api.simulation.ProcessedObject.ValueWithState.State
Packages that use ProcessedObject.ValueWithState.State
-
Uses of ProcessedObject.ValueWithState.State in com.evolveum.midpoint.model.api.simulation
Methods in com.evolveum.midpoint.model.api.simulation that return ProcessedObject.ValueWithState.StateModifier and TypeMethodDescription@NotNull ProcessedObject.ValueWithState.State
ProcessedObject.ValueWithState.getState()
Returns the enum constant of this class with the specified name.static ProcessedObject.ValueWithState.State[]
ProcessedObject.ValueWithState.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.evolveum.midpoint.model.api.simulation with parameters of type ProcessedObject.ValueWithState.StateModifierConstructorDescriptionValueWithState
(@NotNull Object value, @NotNull ProcessedObject.ValueWithState.State state)