Uses of Enum Class
de.dlr.proseo.model.enums.JobOrderVersion
Packages that use JobOrderVersion
Package
Description
The de.dlr.proseo.model.enums package contains all enumerations used in the modelling of the persistent state
of prosEO, the Processing System for Earth Observation Data
The de.dlr.proseo.model.joborder package contains classes for passing Job
Order Files between the Production Planner and the Processing Engine of
prosEO, the Processing System for Earth Observation Data
-
Uses of JobOrderVersion in de.dlr.proseo.model.enums
Methods in de.dlr.proseo.model.enums that return JobOrderVersionModifier and TypeMethodDescriptionstatic JobOrderVersionReturns the enum constant of this class with the specified name.static JobOrderVersion[]JobOrderVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JobOrderVersion in de.dlr.proseo.model.joborder
Methods in de.dlr.proseo.model.joborder with parameters of type JobOrderVersionModifier and TypeMethodDescriptionJobOrder.buildBase64String(JobOrderVersion jobOrderVersion, Boolean prosEOAttributes) Create a Base64-coded string from the XML representation of this Job OrdervoidConf.buildXML(Document doc, Element parentElement, JobOrderVersion jobOrderVersion, Boolean prosEOAttributes) Add contents of this to XML node parentElement.voidProcessingParameter.buildXML(Document doc, Element parentElement, JobOrderVersion jobOrderVersion, Boolean prosEOAttributes) Add contents of this to XML node parentElement.JobOrder.writeXML(String fileName, JobOrderVersion jobOrderVersion, Boolean prosEOAttributes) Build XML tree and write it to file named fileName.JobOrder.writeXMLToStream(OutputStream aStream, Boolean prosEOAttributes, JobOrderVersion jobOrderVersion) Writes the content of the Job Order to an XML-formatted output stream