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
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternationalString
getDescription()
Textual description of what occurred during the process step.InternationalString
getFileType()
Type of file that contains the processing report.InternationalString
getName()
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) InternationalString getDescription()
Textual description of what occurred during the process step.- Returns:
- What occurred during the process step.
-
getFileType
@UML(identifier="fileType", obligation=OPTIONAL, specification=ISO_19115_2) InternationalString getFileType()
Type of file that contains the processing report.- Returns:
- Type of file that contains the processing report.
-
-