Enum Class InjectionConformanceMonitor.ConformanceDiagnosis
java.lang.Object
java.lang.Enum<InjectionConformanceMonitor.ConformanceDiagnosis>
neqsim.process.equipment.reservoir.InjectionConformanceMonitor.ConformanceDiagnosis
- All Implemented Interfaces:
Serializable, Comparable<InjectionConformanceMonitor.ConformanceDiagnosis>, Constable
- Enclosing class:
InjectionConformanceMonitor
public static enum InjectionConformanceMonitor.ConformanceDiagnosis
extends Enum<InjectionConformanceMonitor.ConformanceDiagnosis>
Conformance diagnosis result.
- Version:
- 1.0
- Author:
- ESOL
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFracture growth or improved injectivity detected.Insufficient data for diagnosis.Normal injection, stable injectivity.Out-of-zone injection suspected based on profile.Near-wellbore plugging or scaling detected. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL
Normal injection, stable injectivity. -
FRACTURE_GROWTH
Fracture growth or improved injectivity detected. -
PLUGGING
Near-wellbore plugging or scaling detected. -
INSUFFICIENT_DATA
Insufficient data for diagnosis. -
OUT_OF_ZONE_SUSPECTED
Out-of-zone injection suspected based on profile.
-
-
Constructor Details
-
ConformanceDiagnosis
private ConformanceDiagnosis()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-