Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.PolicyStatementTypeType
-
Packages that use PolicyStatementTypeType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of PolicyStatementTypeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return PolicyStatementTypeType Modifier and Type Method Description static PolicyStatementTypeType
PolicyStatementTypeType. fromValue(String v)
PolicyStatementTypeType
PolicyStatementType. getType()
static PolicyStatementTypeType
PolicyStatementTypeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PolicyStatementTypeType[]
PolicyStatementTypeType. 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 PolicyStatementTypeType Modifier and Type Method Description void
PolicyStatementType. setType(PolicyStatementTypeType value)
PolicyStatementType
PolicyStatementType. type(PolicyStatementTypeType value)
-