Class SimulationMetricReference.Mark
- java.lang.Object
 - 
- com.evolveum.midpoint.schema.simulation.SimulationMetricReference
 - 
- com.evolveum.midpoint.schema.simulation.SimulationMetricReference.Mark
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - SimulationMetricReference
 
public static class SimulationMetricReference.Mark 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 StringgetOid()@NotNull ObjectReferenceTypegetRef()inthashCode()booleanmatches(@Nullable SimulationMetricReferenceType ref)@NotNull SimulationMetricReferenceTypetoBean()StringtoString()- 
Methods inherited from class com.evolveum.midpoint.schema.simulation.SimulationMetricReference
forBuiltIn, forExplicit, forMark, fromBean 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Mark
public Mark(@NotNull @NotNull String oid) 
 - 
 
- 
Method Detail
- 
getOid
@NotNull public @NotNull String getOid()
 
- 
getRef
@NotNull public @NotNull ObjectReferenceType getRef()
 
- 
toBean
@NotNull public @NotNull SimulationMetricReferenceType toBean()
- Specified by:
 toBeanin classSimulationMetricReference
 
- 
matches
public boolean matches(@Nullable @Nullable SimulationMetricReferenceType ref)- Specified by:
 matchesin classSimulationMetricReference
 
 - 
 
 -