Package omero.model

Interface _TimeOperationsNC

  • All Known Implementing Classes:
    _TimeTie, Time, TimeI

    public interface _TimeOperationsNC
    Unit of Time 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. planeInfo.exposureTime and planeInfo.exposureTimeUnit).
    • Method Detail

      • getValue

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

        void setValue​(double value)
      • getUnit

        UnitsTime getUnit()
        UnitsTime instance which is an IObject meaning that its ID is sufficient for identifying equality.
      • getSymbol

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