Class SimulationMetricReference.BuiltIn
- java.lang.Object
-
- com.evolveum.midpoint.schema.simulation.SimulationMetricReference
-
- com.evolveum.midpoint.schema.simulation.SimulationMetricReference.BuiltIn
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SimulationMetricReference
public static class SimulationMetricReference.BuiltIn extends SimulationMetricReference
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.schema.simulation.SimulationMetricReference
SimulationMetricReference.BuiltIn, SimulationMetricReference.Explicit, SimulationMetricReference.Mark
-
-
Field Summary
Fields Modifier and Type Field Description static SimulationMetricReference.BuiltIn
ADDED
static SimulationMetricReference.BuiltIn
DELETED
static SimulationMetricReference.BuiltIn
MODIFIED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
@NotNull BuiltInSimulationMetricType
getBuiltIn()
int
hashCode()
boolean
matches(@Nullable SimulationMetricReferenceType ref)
@NotNull SimulationMetricReferenceType
toBean()
String
toString()
-
Methods inherited from class com.evolveum.midpoint.schema.simulation.SimulationMetricReference
forBuiltIn, forExplicit, forMark, fromBean
-
-
-
-
Field Detail
-
ADDED
public static final SimulationMetricReference.BuiltIn ADDED
-
MODIFIED
public static final SimulationMetricReference.BuiltIn MODIFIED
-
DELETED
public static final SimulationMetricReference.BuiltIn DELETED
-
-
Method Detail
-
getBuiltIn
@NotNull public @NotNull BuiltInSimulationMetricType getBuiltIn()
-
toBean
@NotNull public @NotNull SimulationMetricReferenceType toBean()
- Specified by:
toBean
in classSimulationMetricReference
-
matches
public boolean matches(@Nullable @Nullable SimulationMetricReferenceType ref)
- Specified by:
matches
in classSimulationMetricReference
-
-