Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.BaseContextClassificationUseType
-
Packages that use BaseContextClassificationUseType Package Description com.evolveum.midpoint.schema.processor com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of BaseContextClassificationUseType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return BaseContextClassificationUseType Modifier and Type Method Description @NotNull BaseContextClassificationUseType
ResourceObjectTypeDelineation. getBaseContextClassificationUse()
-
Uses of BaseContextClassificationUseType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return BaseContextClassificationUseType Modifier and Type Method Description static BaseContextClassificationUseType
BaseContextClassificationUseType. fromValue(String v)
BaseContextClassificationUseType
ResourceObjectTypeDelineationType. getBaseContextClassificationUse()
static BaseContextClassificationUseType
BaseContextClassificationUseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BaseContextClassificationUseType[]
BaseContextClassificationUseType. 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 BaseContextClassificationUseType Modifier and Type Method Description ResourceObjectTypeDelineationType
ResourceObjectTypeDelineationType. baseContextClassificationUse(BaseContextClassificationUseType value)
void
ResourceObjectTypeDelineationType. setBaseContextClassificationUse(BaseContextClassificationUseType value)
-