@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 TypeMethodDescriptionTextual description of what occurred during the process step.Type of file that contains the processing report.getName()
Name of the processing report.
-
Method Details
-
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.
-