Package com.evolveum.midpoint.prism.util
Class ItemPathTypeUtil
- java.lang.Object
-
- com.evolveum.midpoint.prism.util.ItemPathTypeUtil
-
public class ItemPathTypeUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ItemPathTypeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QName
asSingleName(ItemPathType pathType)
static @NotNull ItemName
asSingleNameOrFail(@NotNull ItemPathType pathType)
static @Nullable ItemName
asSingleNameOrFailNullSafe(@Nullable ItemPathType pathType)
static boolean
isEmpty(ItemPathType pathType)
-
-
-
Method Detail
-
asSingleNameOrFail
@NotNull public static @NotNull ItemName asSingleNameOrFail(@NotNull @NotNull ItemPathType pathType)
-
asSingleNameOrFailNullSafe
@Nullable public static @Nullable ItemName asSingleNameOrFailNullSafe(@Nullable @Nullable ItemPathType pathType)
-
asSingleName
public static QName asSingleName(ItemPathType pathType)
-
isEmpty
public static boolean isEmpty(ItemPathType pathType)
-
-