Uses of Class
org.gcube.spatial.data.gis.model.report.Report.OperationState
-
Packages that use Report.OperationState Package Description org.gcube.spatial.data.gis.model.report -
-
Uses of Report.OperationState in org.gcube.spatial.data.gis.model.report
Methods in org.gcube.spatial.data.gis.model.report that return Report.OperationState Modifier and Type Method Description Report.OperationStateReport. getDataOperationResult()Report.OperationStateReport. getMetaOperationResult()static Report.OperationStateReport.OperationState. valueOf(String name)Returns the enum constant of this type with the specified name.static Report.OperationState[]Report.OperationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.spatial.data.gis.model.report with parameters of type Report.OperationState Modifier and Type Method Description voidReport. setDataOperationResult(Report.OperationState dataOperationResult)voidReport. setMetaOperationResult(Report.OperationState metaOperationResult)
-