Package omero.model
Class _ElectricPotentialTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.ElectricPotential
-
- omero.model._ElectricPotentialTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_ElectricPotentialOperations
,_ElectricPotentialOperationsNC
public class _ElectricPotentialTie extends ElectricPotential implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.model.ElectricPotential
__ids, unit, value
-
-
Constructor Summary
Constructors Constructor Description _ElectricPotentialTie()
_ElectricPotentialTie(_ElectricPotentialOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElectricPotential
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.UnitsElectricPotential
getUnit(Ice.Current __current)
UnitsElectricPotential
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(UnitsElectricPotential unit, Ice.Current __current)
void
setValue(double value, Ice.Current __current)
-
Methods inherited from class omero.model.ElectricPotential
___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
-
_ElectricPotentialTie
public _ElectricPotentialTie()
-
_ElectricPotentialTie
public _ElectricPotentialTie(_ElectricPotentialOperations 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 ElectricPotential copy(Ice.Current __current)
- Specified by:
copy
in interface_ElectricPotentialOperations
-
getSymbol
public java.lang.String getSymbol(Ice.Current __current)
Description copied from interface:_ElectricPotentialOperations
Returns the possibly unicode representation of the ""unit"" value for display.- Specified by:
getSymbol
in interface_ElectricPotentialOperations
- Parameters:
__current
- The Current object for the invocation.
-
getUnit
public UnitsElectricPotential getUnit(Ice.Current __current)
Description copied from interface:_ElectricPotentialOperations
UnitsElectricPotential
instance which is anIObject
meaning that its ID is sufficient for identifying equality.- Specified by:
getUnit
in interface_ElectricPotentialOperations
- Parameters:
__current
- The Current object for the invocation.
-
getValue
public double getValue(Ice.Current __current)
Description copied from interface:_ElectricPotentialOperations
Actual value for this unit-based field. The interpretation of the value is only possible along with theUnitsElectricPotential
enum.- Specified by:
getValue
in interface_ElectricPotentialOperations
- Parameters:
__current
- The Current object for the invocation.
-
setUnit
public void setUnit(UnitsElectricPotential unit, Ice.Current __current)
- Specified by:
setUnit
in interface_ElectricPotentialOperations
-
setValue
public void setValue(double value, Ice.Current __current)
- Specified by:
setValue
in interface_ElectricPotentialOperations
-
-