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 processingProcessedObject.ValueWithState.State
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProcessedObject.ValueWithState.State
-
Constructor Summary
Constructors Constructor Description ValueWithState(@NotNull Object value, @NotNull ProcessedObject.ValueWithState.State state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ProcessedObject.ValueWithState.State
getState()
@NotNull Object
getValue()
String
toString()
-
-
-
Constructor Detail
-
ValueWithState
public ValueWithState(@NotNull @NotNull Object value, @NotNull @NotNull ProcessedObject.ValueWithState.State state)
-
-
Method Detail
-
getValue
@NotNull public @NotNull Object getValue()
-
getState
@NotNull public @NotNull ProcessedObject.ValueWithState.State getState()
-
-