Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.WfTimeBaseType
-
Packages that use WfTimeBaseType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of WfTimeBaseType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as WfTimeBaseType Modifier and Type Field Description protected WfTimeBaseType
TimedActionTimeSpecificationType. base
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return WfTimeBaseType Modifier and Type Method Description static WfTimeBaseType
WfTimeBaseType. fromValue(String v)
WfTimeBaseType
TimedActionTimeSpecificationType. getBase()
Gets the value of the base property.static WfTimeBaseType
WfTimeBaseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WfTimeBaseType[]
WfTimeBaseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type WfTimeBaseType Modifier and Type Method Description TimedActionTimeSpecificationType
TimedActionTimeSpecificationType. base(WfTimeBaseType value)
void
TimedActionTimeSpecificationType. setBase(WfTimeBaseType value)
Sets the value of the base property.
-