Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.EventCategoryType
-
Packages that use EventCategoryType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of EventCategoryType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type EventCategoryType Modifier and Type Field Description protected List<EventCategoryType>
EventHandlerType. category
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return EventCategoryType Modifier and Type Method Description static EventCategoryType
EventCategoryType. fromValue(String v)
static EventCategoryType
EventCategoryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventCategoryType[]
EventCategoryType. 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 that return types with arguments of type EventCategoryType Modifier and Type Method Description List<EventCategoryType>
EventHandlerType. getCategory()
Gets the value of the category property.
-