Enum Class WellFlow.FlowMode

java.lang.Object
java.lang.Enum<WellFlow.FlowMode>
neqsim.process.equipment.reservoir.WellFlow.FlowMode
All Implemented Interfaces:
Serializable, Comparable<WellFlow.FlowMode>, Constable
Enclosing class:
WellFlow

public static enum WellFlow.FlowMode extends Enum<WellFlow.FlowMode>
Flow direction mode for the well.
Version:
$Id: $Id
Author:
asmund
  • Enum Constant Details

    • PRODUCTION

      public static final WellFlow.FlowMode PRODUCTION
      Standard production mode (fluid flows from reservoir to wellbore).
    • INJECTION

      public static final WellFlow.FlowMode INJECTION
      Injection mode (fluid flows from wellbore to reservoir).
  • Constructor Details

    • FlowMode

      private FlowMode()
  • Method Details

    • values

      public static WellFlow.FlowMode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WellFlow.FlowMode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null