Uses of Class
com.evolveum.prism.xml.ns._public.types_3.EvaluationTimeType
-
Packages that use EvaluationTimeType Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.prism.xml.ns._public.types_3 -
-
Uses of EvaluationTimeType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return EvaluationTimeType Modifier and Type Method Description EvaluationTimeTypePrismReferenceValue. getResolutionTime()EvaluationTimeTypeReferencable. getResolutionTime()Methods in com.evolveum.midpoint.prism with parameters of type EvaluationTimeType Modifier and Type Method Description voidPrismReferenceValue. setResolutionTime(EvaluationTimeType resolutionTime) -
Uses of EvaluationTimeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return EvaluationTimeType Modifier and Type Method Description EvaluationTimeTypeObjectReferenceType. getResolutionTime()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type EvaluationTimeType Modifier and Type Method Description ObjectReferenceTypeObjectReferenceType. resolutionTime(EvaluationTimeType value)voidObjectReferenceType. setResolutionTime(EvaluationTimeType value) -
Uses of EvaluationTimeType in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return EvaluationTimeType Modifier and Type Method Description static EvaluationTimeTypeEvaluationTimeType. fromValue(String v)static EvaluationTimeTypeEvaluationTimeType. valueOf(String name)Returns the enum constant of this type with the specified name.static EvaluationTimeType[]EvaluationTimeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-