Uses of Class
com.evolveum.midpoint.prism.schema.SchemaRegistry.IsList
-
Packages that use SchemaRegistry.IsList Package Description com.evolveum.midpoint.prism.schema -
-
Uses of SchemaRegistry.IsList in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema that return SchemaRegistry.IsList Modifier and Type Method Description @NotNull SchemaRegistry.IsListSchemaRegistry. isList(@Nullable QName xsiType, @NotNull QName elementName)Checks whether element with given (declared) xsi:type and name can be a heterogeneous list.static SchemaRegistry.IsListSchemaRegistry.IsList. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaRegistry.IsList[]SchemaRegistry.IsList. values()Returns an array containing the constants of this enum type, in the order they are declared.
-