Package omero.model

Interface _PressureOperationsNC

  • All Known Implementing Classes:
    _PressureTie, Pressure, PressureI

    public interface _PressureOperationsNC
    Unit of Pressure which is used through the model. This is not an IObject implementation and as such does not have an ID value. Instead, the entire object is embedded into the containing class, so that the value and unit rows can be found on the table itself (e.g. imagingEnvironment.pressure and imagingEnvironment.pressureUnit).
    • Method Detail

      • getValue

        double getValue()
        Actual value for this unit-based field. The interpretation of the value is only possible along with the UnitsPressure enum.
      • setValue

        void setValue​(double value)
      • getSymbol

        java.lang.String getSymbol()
        Returns the possibly unicode representation of the ""unit"" value for display.