public abstract class Frequency extends Ice.ObjectImpl implements _FrequencyOperations, _FrequencyOperationsNC
IObject implementation and as such does
not have an ID value. Instead, the entire object is embedded
into the containing class, so that the value and unit rows
can be found on the table itself (e.g. detectorSettings.readOutRate
and detectorSettings.readOutRateUnit).| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
__ids |
static long |
serialVersionUID |
protected UnitsFrequency |
unit |
protected double |
value
PositiveFloat value
|
| Constructor and Description |
|---|
Frequency() |
Frequency(double value,
UnitsFrequency unit) |
| Modifier and Type | Method and Description |
|---|---|
static Ice.DispatchStatus |
___copy(Frequency __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getSymbol(Frequency __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getUnit(Frequency __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getValue(Frequency __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setUnit(Frequency __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setValue(Frequency __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
Ice.DispatchStatus |
__dispatch(IceInternal.Incoming in,
Ice.Current __current) |
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
Frequency |
clone() |
Frequency |
copy() |
java.lang.String |
getSymbol()
Returns the possibly unicode representation of the ""unit""
value for display.
|
UnitsFrequency |
getUnit()
UnitsFrequency instance which is an
IObject
meaning that its ID is sufficient for identifying equality. |
double |
getValue()
Actual value for this unit-based field.
|
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
void |
setUnit(UnitsFrequency unit) |
void |
setValue(double value) |
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshalpublic static final java.lang.String[] __ids
protected double value
protected UnitsFrequency unit
public static final long serialVersionUID
public Frequency()
public Frequency(double value,
UnitsFrequency unit)
public boolean ice_isA(java.lang.String s)
ice_isA in interface Ice.Objectice_isA in class Ice.ObjectImplpublic boolean ice_isA(java.lang.String s,
Ice.Current __current)
ice_isA in interface Ice.Objectice_isA in class Ice.ObjectImplpublic java.lang.String[] ice_ids()
ice_ids in interface Ice.Objectice_ids in class Ice.ObjectImplpublic java.lang.String[] ice_ids(Ice.Current __current)
ice_ids in interface Ice.Objectice_ids in class Ice.ObjectImplpublic java.lang.String ice_id()
ice_id in interface Ice.Objectice_id in class Ice.ObjectImplpublic java.lang.String ice_id(Ice.Current __current)
ice_id in interface Ice.Objectice_id in class Ice.ObjectImplpublic static java.lang.String ice_staticId()
public final Frequency copy()
copy in interface _FrequencyOperationsNCpublic final java.lang.String getSymbol()
getSymbol in interface _FrequencyOperationsNCpublic final UnitsFrequency getUnit()
UnitsFrequency instance which is an
IObject
meaning that its ID is sufficient for identifying equality.getUnit in interface _FrequencyOperationsNCpublic final double getValue()
UnitsFrequency enum.getValue in interface _FrequencyOperationsNCpublic final void setUnit(UnitsFrequency unit)
setUnit in interface _FrequencyOperationsNCpublic final void setValue(double value)
setValue in interface _FrequencyOperationsNCpublic static Ice.DispatchStatus ___getValue(Frequency __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setValue(Frequency __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getUnit(Frequency __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setUnit(Frequency __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getSymbol(Frequency __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___copy(Frequency __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in,
Ice.Current __current)
__dispatch in interface Ice.Object__dispatch in class Ice.ObjectImplprotected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl in class Ice.ObjectImplprotected void __readImpl(IceInternal.BasicStream __is)
__readImpl in class Ice.ObjectImplpublic Frequency clone()
clone in interface Ice.Objectclone in class Ice.ObjectImpl