Enum Class ConceptToProcessLinker.ProcessTemplate
java.lang.Object
java.lang.Enum<ConceptToProcessLinker.ProcessTemplate>
neqsim.process.fielddevelopment.facility.ConceptToProcessLinker.ProcessTemplate
- All Implemented Interfaces:
Serializable, Comparable<ConceptToProcessLinker.ProcessTemplate>, Constable
- Enclosing class:
ConceptToProcessLinker
public static enum ConceptToProcessLinker.ProcessTemplate
extends Enum<ConceptToProcessLinker.ProcessTemplate>
Process template type.
- Version:
- 1.0
- Author:
- ESOL
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGas condensate with NGL extraction.Gas processing with condensate stabilization.Heavy oil with heating.Oil processing with gas export.Subsea tieback processing. -
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
-
OIL_PROCESSING
Oil processing with gas export. -
GAS_PROCESSING
Gas processing with condensate stabilization. -
GAS_CONDENSATE
Gas condensate with NGL extraction. -
HEAVY_OIL
Heavy oil with heating. -
TIEBACK_PROCESSING
Subsea tieback processing.
-
-
Constructor Details
-
ProcessTemplate
private ProcessTemplate()
-
-
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
-