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 boolean
equals(Object o)
@NotNull String
getIdentifier()
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
-
-
-
-
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:
toBean
in classSimulationMetricReference
-
matches
public boolean matches(@Nullable @Nullable SimulationMetricReferenceType ref)
- Specified by:
matches
in classSimulationMetricReference
-
-