Enum Class FlexiblePipe.RiserConfiguration
java.lang.Object
java.lang.Enum<FlexiblePipe.RiserConfiguration>
neqsim.process.equipment.subsea.FlexiblePipe.RiserConfiguration
- All Implemented Interfaces:
Serializable, Comparable<FlexiblePipe.RiserConfiguration>, Constable
- Enclosing class:
FlexiblePipe
Riser configuration.
- Version:
- 1.0
- Author:
- ESOL
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFree hanging catenary.Lazy S with mid-water arch.Lazy wave with buoyancy.Pliant wave.Steep S with subsea buoy.Steep wave with buoyancy. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet display name.Returns the enum constant of this class with the specified name.static FlexiblePipe.RiserConfiguration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FREE_HANGING
Free hanging catenary. -
LAZY_WAVE
Lazy wave with buoyancy. -
STEEP_WAVE
Steep wave with buoyancy. -
LAZY_S
Lazy S with mid-water arch. -
STEEP_S
Steep S with subsea buoy. -
PLIANT_WAVE
Pliant wave.
-
-
Field Details
-
displayName
-
-
Constructor Details
-
RiserConfiguration
-
-
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
-
getDisplayName
-