Uses of Enum Class
neqsim.process.util.fielddevelopment.WellScheduler.WellStatus
Packages that use WellScheduler.WellStatus
Package
Description
Field Development Planning utilities for NeqSim.
-
Uses of WellScheduler.WellStatus in neqsim.process.util.fielddevelopment
Subclasses with type arguments of type WellScheduler.WellStatus in neqsim.process.util.fielddevelopmentFields in neqsim.process.util.fielddevelopment declared as WellScheduler.WellStatusModifier and TypeFieldDescriptionprivate WellScheduler.WellStatusWellScheduler.WellRecord.currentStatusFields in neqsim.process.util.fielddevelopment with type parameters of type WellScheduler.WellStatusModifier and TypeFieldDescriptionprivate final Map<LocalDate, WellScheduler.WellStatus> WellScheduler.WellRecord.statusHistoryMethods in neqsim.process.util.fielddevelopment that return WellScheduler.WellStatusModifier and TypeMethodDescriptionWellScheduler.WellRecord.getCurrentStatus()Gets the current well status.WellScheduler.WellRecord.getStatusOn(LocalDate date) Gets the status on a specific date.static WellScheduler.WellStatusReturns the enum constant of this class with the specified name.static WellScheduler.WellStatus[]WellScheduler.WellStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.util.fielddevelopment with parameters of type WellScheduler.WellStatusModifier and TypeMethodDescriptionvoidWellScheduler.WellRecord.setStatus(WellScheduler.WellStatus status, LocalDate date) Sets the current well status and records it in history.