Enum Class InfrastructureInput.ProcessingLocation
java.lang.Object
java.lang.Enum<InfrastructureInput.ProcessingLocation>
neqsim.process.fielddevelopment.concept.InfrastructureInput.ProcessingLocation
- All Implemented Interfaces:
Serializable, Comparable<InfrastructureInput.ProcessingLocation>, Constable
- Enclosing class:
InfrastructureInput
public static enum InfrastructureInput.ProcessingLocation
extends Enum<InfrastructureInput.ProcessingLocation>
Processing location type.
- Version:
- 1.0
- Author:
- ESOL
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFPSO.All processing at host platform.Processing on new dedicated platform.Onshore processing.Platform (alias for NEW_PLATFORM).Subsea processing (separation, boosting). -
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
-
HOST_PLATFORM
All processing at host platform. -
NEW_PLATFORM
Processing on new dedicated platform. -
PLATFORM
Platform (alias for NEW_PLATFORM). -
SUBSEA
Subsea processing (separation, boosting). -
ONSHORE
Onshore processing. -
FPSO
FPSO.
-
-
Constructor Details
-
ProcessingLocation
private ProcessingLocation()
-
-
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
-