Package omero.model
Class _FrequencyTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.Frequency
-
- omero.model._FrequencyTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_FrequencyOperations
,_FrequencyOperationsNC
public class _FrequencyTie extends Frequency implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description _FrequencyTie()
_FrequencyTie(_FrequencyOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Frequency
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.UnitsFrequency
getUnit(Ice.Current __current)
UnitsFrequency
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(UnitsFrequency unit, Ice.Current __current)
void
setValue(double value, Ice.Current __current)
-
Methods inherited from class omero.model.Frequency
___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
-
_FrequencyTie
public _FrequencyTie()
-
_FrequencyTie
public _FrequencyTie(_FrequencyOperations 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 Frequency copy(Ice.Current __current)
- Specified by:
copy
in interface_FrequencyOperations
-
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.
-
getUnit
public UnitsFrequency getUnit(Ice.Current __current)
Description copied from interface:_FrequencyOperations
UnitsFrequency
instance which is anIObject
meaning that its ID is sufficient for identifying equality.- Specified by:
getUnit
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 theUnitsFrequency
enum.- Specified by:
getValue
in interface_FrequencyOperations
- Parameters:
__current
- The Current object for the invocation.
-
setUnit
public void setUnit(UnitsFrequency unit, Ice.Current __current)
- Specified by:
setUnit
in interface_FrequencyOperations
-
setValue
public void setValue(double value, Ice.Current __current)
- Specified by:
setValue
in interface_FrequencyOperations
-
-