Enum Class StudyClass.DeliverableType
java.lang.Object
java.lang.Enum<StudyClass.DeliverableType>
neqsim.process.mechanicaldesign.StudyClass.DeliverableType
- All Implemented Interfaces:
Serializable, Comparable<StudyClass.DeliverableType>, Constable
- Enclosing class:
StudyClass
Enumeration of engineering deliverable types.
- Version:
- 1.0
- Author:
- esol
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAlarm and trip setpoint schedule per IEC 61511 / NORSOK I-001.Fire scenario assessment (jet fire, BLEVE, pool fire).Instrument schedule with ISA-5.1 tags, alarm setpoints, SIL ratings, and live devices.Noise assessment with atmospheric attenuation per ISO 9613.Process flow diagram (Graphviz DOT export).IEC 81346 reference designation schedule for all equipment.Spare parts inventory for rotating and static equipment.Thermal utility summary (cooling water, steam, fuel gas, instrument air). -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the display name.static StudyClass.DeliverableTypeReturns the enum constant of this class with the specified name.static StudyClass.DeliverableType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PFD
Process flow diagram (Graphviz DOT export). -
THERMAL_UTILITIES
Thermal utility summary (cooling water, steam, fuel gas, instrument air). -
ALARM_TRIP_SCHEDULE
Alarm and trip setpoint schedule per IEC 61511 / NORSOK I-001. -
SPARE_PARTS
Spare parts inventory for rotating and static equipment. -
FIRE_SCENARIOS
Fire scenario assessment (jet fire, BLEVE, pool fire). -
NOISE_ASSESSMENT
Noise assessment with atmospheric attenuation per ISO 9613. -
INSTRUMENT_SCHEDULE
Instrument schedule with ISA-5.1 tags, alarm setpoints, SIL ratings, and live devices. -
REFERENCE_DESIGNATION_SCHEDULE
IEC 81346 reference designation schedule for all equipment.
-
-
Field Details
-
displayName
-
-
Constructor Details
-
DeliverableType
Constructor.- Parameters:
displayName- human-readable name
-
-
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
-