Class StandardBasedCsvDataSource.StandardDataRow

java.lang.Object
neqsim.process.mechanicaldesign.data.StandardBasedCsvDataSource.StandardDataRow
Enclosing class:
StandardBasedCsvDataSource

private static final class StandardBasedCsvDataSource.StandardDataRow extends Object
Internal data structure for parsed rows.
Version:
1.0
Author:
esol
  • Field Details

    • standardCode

      String standardCode
    • version

      String version
    • equipmentType

      String equipmentType
    • company

      String company
    • specification

      String specification
    • minValue

      double minValue
    • maxValue

      double maxValue
    • maxPressure

      double maxPressure
    • minPressure

      double minPressure
    • maxTemperature

      double maxTemperature
    • minTemperature

      double minTemperature
    • corrosionAllowance

      double corrosionAllowance
    • jointEfficiency

      double jointEfficiency
  • Constructor Details

    • StandardDataRow

      private StandardDataRow()