Package org.opengis.metadata.lineage
Interface ProcessStepReport
-
@UML(identifier="LE_ProcessStepReport", specification=ISO_19115_2) public interface ProcessStepReport
Report of what occurred during the process step.- Since:
- 2.3
-
-
Method Summary
Modifier and Type Method Description default InternationalStringgetDescription()Textual description of what occurred during the process step.default InternationalStringgetFileType()Type of file that contains the processing report.InternationalStringgetName()Name of the processing report.
-
-
-
Method Detail
-
getName
@UML(identifier="name", obligation=MANDATORY, specification=ISO_19115_2) InternationalString getName()
Name of the processing report.- Returns:
- name of the processing report.
-
getDescription
@UML(identifier="description", obligation=OPTIONAL, specification=ISO_19115_2) default InternationalString getDescription()
Textual description of what occurred during the process step.- Returns:
- what occurred during the process step, or
null.
-
getFileType
@UML(identifier="fileType", obligation=OPTIONAL, specification=ISO_19115_2) default InternationalString getFileType()
Type of file that contains the processing report.- Returns:
- type of file that contains the processing report, or
null.
-
-