Annotation Type SourceProducts

    • Element Detail

      • alias

        String alias
        Returns:
        The alias identifier. Defaults to the empty string (= not set).
        Default:
        ""
      • count

        int count
        Returns:
        the number of source products expected. The value -1 means any number but at least one source product. Defaults to 0 (= not set).
        Default:
        0
      • type

        String type
        Returns:
        The regular expression identifying the allowed product types. Defaults to the empty string (= not set).
        Default:
        ""
      • bands

        String[] bands
        Returns:
        The names of the bands which need to be present in the source product. Defaults to an empty array (= not set).
        Default:
        {}
      • description

        String description
        Returns:
        A brief description of the source products array. Defaults to the empty string (= not set).
        Default:
        ""
      • label

        String label
        Returns:
        A human-readable version of the name to be used in user interfaces. Defaults to the empty string (= not set).
        Default:
        ""
      • canBeMultisize

        boolean canBeMultisize
        Returns:
        If true, the operator supports multisize-products
        Default:
        true