Annotation Type SourceProduct
-
@Documented @Inherited @Retention(RUNTIME) @Target(FIELD) public @interface SourceProduct
-
-
-
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:
- {}
-
-
-
alias
String alias
- Returns:
- The alias identifier. Defaults to the empty string (= not set).
- Default:
- ""
-
-
-
description
String description
- Returns:
- A brief description of the source product. 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:
- ""
-
-