Class ProcessedObject.ValueWithState
java.lang.Object
com.evolveum.midpoint.model.api.simulation.ProcessedObject.ValueWithState
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ProcessedObject<O extends ObjectType>
@Experimental
public static class ProcessedObject.ValueWithState
extends Object
implements Serializable
Value touched by a delta, along with their processing
ProcessedObject.ValueWithState.State
.- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionValueWithState
(@NotNull Object value, @NotNull ProcessedObject.ValueWithState.State state) -
Method Summary
-
Constructor Details
-
ValueWithState
public ValueWithState(@NotNull @NotNull Object value, @NotNull @NotNull ProcessedObject.ValueWithState.State state)
-
-
Method Details