Enum Class ReservoirCouplingExporter.ExportFormat
java.lang.Object
java.lang.Enum<ReservoirCouplingExporter.ExportFormat>
neqsim.process.fielddevelopment.reservoir.ReservoirCouplingExporter.ExportFormat
- All Implemented Interfaces:
Serializable, Comparable<ReservoirCouplingExporter.ExportFormat>, Constable
- Enclosing class:
ReservoirCouplingExporter
public static enum ReservoirCouplingExporter.ExportFormat
extends Enum<ReservoirCouplingExporter.ExportFormat>
Export format type.
- Version:
- 1.0
- Author:
- ESOL
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGeneric CSV for external tools.Eclipse 300 compositional format.Eclipse 100 black oil format.Intersect format. -
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
-
ECLIPSE_100
Eclipse 100 black oil format. -
E300_COMPOSITIONAL
Eclipse 300 compositional format. -
INTERSECT
Intersect format. -
CSV
Generic CSV for external tools.
-
-
Constructor Details
-
ExportFormat
private ExportFormat()
-
-
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
-