Uses of Enum Class
de.dlr.proseo.model.JobStep.StdLogLevel
Packages that use JobStep.StdLogLevel
Package
Description
The de.dlr.proseo.model package contains all classes required for the modelling of the persistent state
of prosEO, the Processing System for Earth Observation Data
-
Uses of JobStep.StdLogLevel in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return JobStep.StdLogLevelModifier and TypeMethodDescriptionJobStep.getStderrLogLevel()JobStep.getStdoutLogLevel()static JobStep.StdLogLevelReturns the enum constant of this class with the specified name.static JobStep.StdLogLevel[]JobStep.StdLogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.dlr.proseo.model with parameters of type JobStep.StdLogLevelModifier and TypeMethodDescriptionvoidJobStep.setStderrLogLevel(JobStep.StdLogLevel stderrLogLevel) voidJobStep.setStdoutLogLevel(JobStep.StdLogLevel stdoutLogLevel)