Package omero.model

Class _FrequencyTie

    • Constructor Detail

      • _FrequencyTie

        public _FrequencyTie()
    • 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: _FrequencyOperations
        Returns the possibly unicode representation of the ""unit"" value for display.
        Specified by:
        getSymbol in interface _FrequencyOperations
        Parameters:
        __current - The Current object for the invocation.
      • getValue

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