Class SimulationMetricReference.Explicit
- java.lang.Object
-
- com.evolveum.midpoint.schema.simulation.SimulationMetricReference
-
- com.evolveum.midpoint.schema.simulation.SimulationMetricReference.Explicit
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SimulationMetricReference
public static class SimulationMetricReference.Explicit 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull StringgetIdentifier()inthashCode()booleanmatches(@Nullable SimulationMetricReferenceType ref)@NotNull SimulationMetricReferenceTypetoBean()StringtoString()-
Methods inherited from class com.evolveum.midpoint.schema.simulation.SimulationMetricReference
forBuiltIn, forExplicit, forMark, fromBean
-
-
-
-
Constructor Detail
-
Explicit
public Explicit(@NotNull @NotNull String identifier)
-
-
Method Detail
-
getIdentifier
@NotNull public @NotNull String getIdentifier()
-
toBean
@NotNull public @NotNull SimulationMetricReferenceType toBean()
- Specified by:
toBeanin classSimulationMetricReference
-
matches
public boolean matches(@Nullable @Nullable SimulationMetricReferenceType ref)- Specified by:
matchesin classSimulationMetricReference
-
-