Class PropertyValues


  • public final class PropertyValues
    extends java.lang.Object
    Utility class for creating PropertyValue instances.
    • Method Detail

      • newString

        @NotNull
        public static @NotNull PropertyValue newString​(@NotNull
                                                       @NotNull java.lang.String value)
      • newString

        @NotNull
        public static @NotNull PropertyValue newString​(@NotNull
                                                       @NotNull java.lang.Iterable<java.lang.String> value)
      • newLong

        @NotNull
        public static @NotNull PropertyValue newLong​(@NotNull
                                                     @NotNull java.lang.Long value)
      • newDouble

        @NotNull
        public static @NotNull PropertyValue newDouble​(@NotNull
                                                       @NotNull java.lang.Double value)
      • newDecimal

        @NotNull
        public static @NotNull PropertyValue newDecimal​(@NotNull
                                                        @NotNull java.math.BigDecimal value)
      • newBoolean

        @NotNull
        public static @NotNull PropertyValue newBoolean​(boolean value)
      • newDate

        @NotNull
        public static @NotNull PropertyValue newDate​(@NotNull
                                                     @NotNull java.lang.String value)
      • newName

        @NotNull
        public static @NotNull PropertyValue newName​(@NotNull
                                                     @NotNull java.lang.String value)
      • newName

        @NotNull
        public static @NotNull PropertyValue newName​(@NotNull
                                                     @NotNull java.lang.Iterable<java.lang.String> value)
      • newPath

        @NotNull
        public static @NotNull PropertyValue newPath​(@NotNull
                                                     @NotNull java.lang.String value)
      • newReference

        @NotNull
        public static @NotNull PropertyValue newReference​(@NotNull
                                                          @NotNull java.lang.String value)
      • newWeakReference

        @NotNull
        public static @NotNull PropertyValue newWeakReference​(@NotNull
                                                              @NotNull java.lang.String value)
      • newUri

        @NotNull
        public static @NotNull PropertyValue newUri​(@NotNull
                                                    @NotNull java.lang.String value)
      • newBinary

        @NotNull
        public static @NotNull PropertyValue newBinary​(@NotNull
                                                       @org.jetbrains.annotations.NotNull byte[] value)
      • newBinary

        @NotNull
        public static @NotNull PropertyValue newBinary​(@NotNull
                                                       @NotNull Blob value)