Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AreaCategoryType
-
Packages that use AreaCategoryType Package Description com.evolveum.midpoint.schema.constants com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AreaCategoryType in com.evolveum.midpoint.schema.constants
Methods in com.evolveum.midpoint.schema.constants that return AreaCategoryType Modifier and Type Method Description AreaCategoryType[]RelationTypes. getCategories() -
Uses of AreaCategoryType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AreaCategoryType Modifier and Type Method Description static AreaCategoryTypeAreaCategoryType. fromValue(String v)static AreaCategoryTypeAreaCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static AreaCategoryType[]AreaCategoryType. 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 AreaCategoryType Modifier and Type Method Description List<AreaCategoryType>RelationDefinitionType. createCategoryList()List<AreaCategoryType>RelationDefinitionType. getCategory()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AreaCategoryType Modifier and Type Method Description RelationDefinitionTypeRelationDefinitionType. category(AreaCategoryType value)
-