Package omero.model

Class _PowerTie

    • Constructor Detail

      • _PowerTie

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

        public UnitsPower getUnit​(Ice.Current __current)
        Description copied from interface: _PowerOperations
        UnitsPower instance which is an IObject meaning that its ID is sufficient for identifying equality.
        Specified by:
        getUnit in interface _PowerOperations
        Parameters:
        __current - The Current object for the invocation.
      • getValue

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

        public void setValue​(double value,
                             Ice.Current __current)
        Specified by:
        setValue in interface _PowerOperations