Package omero.model
Class _PowerTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.Power
-
- omero.model._PowerTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_PowerOperations
,_PowerOperationsNC
public class _PowerTie extends Power implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description _PowerTie()
_PowerTie(_PowerOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Power
copy(Ice.Current __current)
boolean
equals(java.lang.Object rhs)
java.lang.String
getSymbol(Ice.Current __current)
Returns the possibly unicode representation of the ""unit"" value for display.UnitsPower
getUnit(Ice.Current __current)
UnitsPower
instance which is anIObject
meaning that its ID is sufficient for identifying equality.double
getValue(Ice.Current __current)
Actual value for this unit-based field.int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
void
setUnit(UnitsPower unit, Ice.Current __current)
void
setValue(double value, Ice.Current __current)
-
Methods inherited from class omero.model.Power
___copy, ___getSymbol, ___getUnit, ___getValue, ___setUnit, ___setValue, __dispatch, __readImpl, __writeImpl, clone, copy, getSymbol, getUnit, getValue, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, setUnit, setValue
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_PowerTie
public _PowerTie()
-
_PowerTie
public _PowerTie(_PowerOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
copy
public Power copy(Ice.Current __current)
- Specified by:
copy
in interface_PowerOperations
-
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 anIObject
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 theUnitsPower
enum.- Specified by:
getValue
in interface_PowerOperations
- Parameters:
__current
- The Current object for the invocation.
-
setUnit
public void setUnit(UnitsPower unit, Ice.Current __current)
- Specified by:
setUnit
in interface_PowerOperations
-
setValue
public void setValue(double value, Ice.Current __current)
- Specified by:
setValue
in interface_PowerOperations
-
-