Package omero.model

Class _TemperatureTie

    • Constructor Detail

      • _TemperatureTie

        public _TemperatureTie()
    • Method Detail

      • ice_delegate

        public java.lang.Object ice_delegate()
        Specified by:
        ice_delegate in interface Ice.TieBase
      • ice_delegate

        public void ice_delegate​(java.lang.Object delegate)
        Specified by:
        ice_delegate in interface Ice.TieBase
      • equals

        public boolean equals​(java.lang.Object rhs)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getSymbol

        public java.lang.String getSymbol​(Ice.Current __current)
        Description copied from interface: _TemperatureOperations
        Returns the possibly unicode representation of the ""unit"" value for display.
        Specified by:
        getSymbol in interface _TemperatureOperations
        Parameters:
        __current - The Current object for the invocation.
      • getValue

        public double getValue​(Ice.Current __current)
        Description copied from interface: _TemperatureOperations
        Actual value for this unit-based field. The interpretation of the value is only possible along with the UnitsTemperature enum.
        Specified by:
        getValue in interface _TemperatureOperations
        Parameters:
        __current - The Current object for the invocation.