Enum AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand

    • Field Detail

      • DESTINATION_URI_PROPERTY

        public static final java.lang.String DESTINATION_URI_PROPERTY
        The property for specifying the destination URI of a file upload.
        See Also:
        Constant Field Values
      • ID_PROPERTY

        public static final java.lang.String ID_PROPERTY
        The property for specifying the ID of a file.
        See Also:
        Constant Field Values
      • MULTIPLE_PROPERTY

        public static final java.lang.String MULTIPLE_PROPERTY
        The property for specifying whether multiple files should be selected.
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand c : AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null