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

public static enum StudyClass.DeliverableType extends Enum<StudyClass.DeliverableType>
Enumeration of engineering deliverable types.
Version:
1.0
Author:
esol
  • Enum Constant Details

    • PFD

      public static final StudyClass.DeliverableType PFD
      Process flow diagram (Graphviz DOT export).
    • THERMAL_UTILITIES

      public static final StudyClass.DeliverableType THERMAL_UTILITIES
      Thermal utility summary (cooling water, steam, fuel gas, instrument air).
    • ALARM_TRIP_SCHEDULE

      public static final StudyClass.DeliverableType ALARM_TRIP_SCHEDULE
      Alarm and trip setpoint schedule per IEC 61511 / NORSOK I-001.
    • SPARE_PARTS

      public static final StudyClass.DeliverableType SPARE_PARTS
      Spare parts inventory for rotating and static equipment.
    • FIRE_SCENARIOS

      public static final StudyClass.DeliverableType FIRE_SCENARIOS
      Fire scenario assessment (jet fire, BLEVE, pool fire).
    • NOISE_ASSESSMENT

      public static final StudyClass.DeliverableType NOISE_ASSESSMENT
      Noise assessment with atmospheric attenuation per ISO 9613.
    • INSTRUMENT_SCHEDULE

      public static final StudyClass.DeliverableType INSTRUMENT_SCHEDULE
      Instrument schedule with ISA-5.1 tags, alarm setpoints, SIL ratings, and live devices.
    • REFERENCE_DESIGNATION_SCHEDULE

      public static final StudyClass.DeliverableType REFERENCE_DESIGNATION_SCHEDULE
      IEC 81346 reference designation schedule for all equipment.
  • Field Details

    • displayName

      private final String displayName
  • Constructor Details

    • DeliverableType

      private DeliverableType(String displayName)
      Constructor.
      Parameters:
      displayName - human-readable name
  • Method Details

    • values

      public static StudyClass.DeliverableType[] 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

      public static StudyClass.DeliverableType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getDisplayName

      public String getDisplayName()
      Get the display name.
      Returns:
      display name