Package omero.model

Interface _PressureOperations

  • All Known Implementing Classes:
    _PressureTie, Pressure, PressureI

    public interface _PressureOperations
    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​(Ice.Current __current)
        Actual value for this unit-based field. The interpretation of the value is only possible along with the UnitsPressure enum.
        Parameters:
        __current - The Current object for the invocation.
      • setValue

        void setValue​(double value,
                      Ice.Current __current)
      • getUnit

        UnitsPressure getUnit​(Ice.Current __current)
        UnitsPressure instance which is an IObject meaning that its ID is sufficient for identifying equality.
        Parameters:
        __current - The Current object for the invocation.
      • setUnit

        void setUnit​(UnitsPressure unit,
                     Ice.Current __current)
      • getSymbol

        java.lang.String getSymbol​(Ice.Current __current)
        Returns the possibly unicode representation of the ""unit"" value for display.
        Parameters:
        __current - The Current object for the invocation.
      • copy

        Pressure copy​(Ice.Current __current)