Enum Class ArtificialLiftScreener.LiftMethod

java.lang.Object
java.lang.Enum<ArtificialLiftScreener.LiftMethod>
neqsim.process.fielddevelopment.screening.ArtificialLiftScreener.LiftMethod
All Implemented Interfaces:
Serializable, Comparable<ArtificialLiftScreener.LiftMethod>, Constable
Enclosing class:
ArtificialLiftScreener

public static enum ArtificialLiftScreener.LiftMethod extends Enum<ArtificialLiftScreener.LiftMethod>
Artificial lift method types.
Version:
1.0
Author:
ESOL
  • Enum Constant Details

  • Field Details

    • displayName

      private final String displayName
    • typicalCapex

      private final double typicalCapex
    • typicalOpex

      private final double typicalOpex
  • Constructor Details

    • LiftMethod

      private LiftMethod(String displayName, double typicalCapex, double typicalOpex)
  • Method Details

    • values

      public static ArtificialLiftScreener.LiftMethod[] 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 ArtificialLiftScreener.LiftMethod 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
    • getDisplayName

      public String getDisplayName()
      Gets display name.
      Returns:
      display name
    • getTypicalCapex

      public double getTypicalCapex()
      Gets typical CAPEX.
      Returns:
      CAPEX in USD
    • getTypicalOpex

      public double getTypicalOpex()
      Gets typical OPEX.
      Returns:
      OPEX in USD/day