public class FrequencyI extends omero.model.Frequency implements ModelBased
Frequency
class.
Like Details
and Permissions
, this object
is embedded into other objects and does not have a full life
cycle of its own.Modifier and Type | Field and Description |
---|---|
static Ice.ObjectFactory |
Factory |
Constructor and Description |
---|
FrequencyI() |
FrequencyI(double d,
ome.units.unit.Unit<ome.units.quantity.Frequency> unit) |
FrequencyI(double d,
omero.model.enums.UnitsFrequency unit) |
FrequencyI(double d,
UnitsFrequency ul)
Copy constructor that converts the given
Frequency
based on the given ome.model enum |
FrequencyI(ome.units.quantity.Frequency value)
Convert a Bio-Formats
Length to an OMERO Length. |
FrequencyI(omero.model.Frequency value,
java.lang.String target)
Copy constructor that converts the given
Frequency
based on the given enum string. |
FrequencyI(omero.model.Frequency value,
ome.units.unit.Unit<ome.units.quantity.Frequency> ul)
Copy constructor that converts the given
Frequency
based on the given ome-xml enum |
FrequencyI(omero.model.Frequency value,
omero.model.enums.UnitsFrequency target)
Copy constructor that converts between units if possible.
|
Modifier and Type | Method and Description |
---|---|
static ome.units.quantity.Frequency |
convert(omero.model.Frequency t)
FIXME: this should likely take a default so that locations which don't
want an exception can have
log.warn("Using new PositiveFloat(1.0)!"
|
omero.model.Frequency |
copy(Ice.Current ignore) |
void |
copyObject(Filterable model,
ModelMapper mapper) |
boolean |
equals(java.lang.Object obj) |
Filterable |
fillObject(ReverseModelMapper mapper) |
java.lang.String |
getSymbol(Ice.Current current) |
omero.model.enums.UnitsFrequency |
getUnit(Ice.Current current) |
double |
getValue(Ice.Current current) |
int |
hashCode() |
static java.lang.String |
lookupSymbol(omero.model.enums.UnitsFrequency unit) |
static Ice.ObjectFactory |
makeFactory(client client) |
static ome.units.quantity.Frequency |
makeXMLQuantity(double d,
java.lang.String unit) |
static ome.xml.model.enums.UnitsFrequency |
makeXMLUnit(java.lang.String unit) |
void |
setUnit(omero.model.enums.UnitsFrequency unit,
Ice.Current current) |
void |
setValue(double value,
Ice.Current current) |
java.lang.String |
toString() |
___copy, ___getSymbol, ___getUnit, ___getValue, ___setUnit, ___setValue, __dispatch, __readImpl, __writeImpl, copy, getSymbol, getUnit, getValue, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, setUnit, setValue
public FrequencyI()
public FrequencyI(double d, omero.model.enums.UnitsFrequency unit)
public FrequencyI(double d, ome.units.unit.Unit<ome.units.quantity.Frequency> unit)
public FrequencyI(omero.model.Frequency value, ome.units.unit.Unit<ome.units.quantity.Frequency> ul) throws BigResult
Frequency
based on the given ome-xml enumBigResult
public FrequencyI(double d, UnitsFrequency ul)
Frequency
based on the given ome.model enumpublic FrequencyI(omero.model.Frequency value, java.lang.String target) throws BigResult
Frequency
based on the given enum string.target
- String representation of the CODE enumBigResult
public FrequencyI(omero.model.Frequency value, omero.model.enums.UnitsFrequency target) throws BigResult
target
- unit that is desired. non-null.BigResult
public FrequencyI(ome.units.quantity.Frequency value)
Length
to an OMERO Length.public static java.lang.String lookupSymbol(omero.model.enums.UnitsFrequency unit)
public static final Ice.ObjectFactory makeFactory(client client)
public static ome.xml.model.enums.UnitsFrequency makeXMLUnit(java.lang.String unit)
public static ome.units.quantity.Frequency makeXMLQuantity(double d, java.lang.String unit)
public static ome.units.quantity.Frequency convert(omero.model.Frequency t)
public double getValue(Ice.Current current)
getValue
in interface omero.model._FrequencyOperations
public void setValue(double value, Ice.Current current)
setValue
in interface omero.model._FrequencyOperations
public omero.model.enums.UnitsFrequency getUnit(Ice.Current current)
getUnit
in interface omero.model._FrequencyOperations
public void setUnit(omero.model.enums.UnitsFrequency unit, Ice.Current current)
setUnit
in interface omero.model._FrequencyOperations
public java.lang.String getSymbol(Ice.Current current)
getSymbol
in interface omero.model._FrequencyOperations
public omero.model.Frequency copy(Ice.Current ignore)
copy
in interface omero.model._FrequencyOperations
public void copyObject(Filterable model, ModelMapper mapper)
copyObject
in interface ModelBased
public Filterable fillObject(ReverseModelMapper mapper)
fillObject
in interface ModelBased
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Version: 5.4.10-ice35-b105
Copyright © 2019 The University of Dundee & Open Microscopy Environment. All Rights Reserved.