Enum Class TopsidePiping.PipeSchedule
java.lang.Object
java.lang.Enum<TopsidePiping.PipeSchedule>
neqsim.process.equipment.pipeline.TopsidePiping.PipeSchedule
- All Implemented Interfaces:
Serializable, Comparable<TopsidePiping.PipeSchedule>, Constable
- Enclosing class:
TopsidePiping
Pipe schedule for wall thickness selection.
- Version:
- 1.0
- Author:
- ASMF
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSchedule 10 - light weight.Schedule 100.Schedule 120.Schedule 140.Schedule 160 - double extra strong.Schedule 20.Schedule 30.Schedule 40 - standard weight.Schedule 5 - thin wall.Schedule 60.Schedule 80 - extra strong.Schedule STD - standard.Schedule XS - extra strong.Schedule XXS - double extra strong. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet display name for schedule.doubleGet minimum thickness for this schedule.static TopsidePiping.PipeScheduleReturns the enum constant of this class with the specified name.static TopsidePiping.PipeSchedule[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SCH_5
Schedule 5 - thin wall. -
SCH_10
Schedule 10 - light weight. -
SCH_20
Schedule 20. -
SCH_30
Schedule 30. -
SCH_40
Schedule 40 - standard weight. -
SCH_60
Schedule 60. -
SCH_80
Schedule 80 - extra strong. -
SCH_100
Schedule 100. -
SCH_120
Schedule 120. -
SCH_140
Schedule 140. -
SCH_160
Schedule 160 - double extra strong. -
STD
Schedule STD - standard. -
XS
Schedule XS - extra strong. -
XXS
Schedule XXS - double extra strong.
-
-
Field Details
-
displayName
-
minThickness
private final double minThickness
-
-
Constructor Details
-
PipeSchedule
-
-
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
-
getMinThickness
public double getMinThickness()Get minimum thickness for this schedule.- Returns:
- minimum thickness in mm
-