Uses of Enum Class
neqsim.process.util.report.ReportConfig.DetailLevel
Packages that use ReportConfig.DetailLevel
-
Uses of ReportConfig.DetailLevel in neqsim.process.util.monitor
Methods in neqsim.process.util.monitor that return ReportConfig.DetailLevelModifier and TypeMethodDescriptionprotected ReportConfig.DetailLevelBaseResponse.getDetailLevel(ReportConfig cfg) Determine detail level for this response based on config. -
Uses of ReportConfig.DetailLevel in neqsim.process.util.report
Subclasses with type arguments of type ReportConfig.DetailLevel in neqsim.process.util.reportModifier and TypeClassDescriptionstatic enumLevel of detail to include in reports.Fields in neqsim.process.util.report declared as ReportConfig.DetailLevelFields in neqsim.process.util.report with type parameters of type ReportConfig.DetailLevelModifier and TypeFieldDescriptionprivate Map<String, ReportConfig.DetailLevel> ReportConfig.unitDetailLevelOptional overrides per equipment name.Methods in neqsim.process.util.report that return ReportConfig.DetailLevelModifier and TypeMethodDescriptionReportConfig.getDetailLevel(String unitName) Get detail level for a specific unit, falling back to the global level.static ReportConfig.DetailLevelReturns the enum constant of this class with the specified name.static ReportConfig.DetailLevel[]ReportConfig.DetailLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.util.report with parameters of type ReportConfig.DetailLevelModifier and TypeMethodDescriptionvoidReportConfig.setDetailLevel(String unitName, ReportConfig.DetailLevel level) Set detail level for a specific unit.Constructors in neqsim.process.util.report with parameters of type ReportConfig.DetailLevelModifierConstructorDescriptionReportConfig(ReportConfig.DetailLevel detailLevel) Constructor for ReportConfig.