public class TemperatureI
extends omero.model.Temperature
implements ome.model.ModelBased
Temperature 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 |
|---|
TemperatureI() |
TemperatureI(double d,
ome.units.unit.Unit<ome.units.quantity.Temperature> unit) |
TemperatureI(double d,
omero.model.enums.UnitsTemperature unit) |
TemperatureI(double d,
ome.model.enums.UnitsTemperature ul)
Copy constructor that converts the given
Temperature
based on the given ome.model enum |
TemperatureI(ome.units.quantity.Temperature value)
Convert a Bio-Formats
Length to an OMERO Length. |
TemperatureI(omero.model.Temperature value,
String target)
Copy constructor that converts the given
Temperature
based on the given enum string. |
TemperatureI(omero.model.Temperature value,
ome.units.unit.Unit<ome.units.quantity.Temperature> ul)
Copy constructor that converts the given
Temperature
based on the given ome-xml enum |
TemperatureI(omero.model.Temperature value,
omero.model.enums.UnitsTemperature target)
Copy constructor that converts between units if possible.
|
| Modifier and Type | Method and Description |
|---|---|
static ome.units.quantity.Temperature |
convert(omero.model.Temperature 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.Temperature |
copy(Ice.Current ignore) |
void |
copyObject(ome.util.Filterable model,
ome.util.ModelMapper mapper) |
boolean |
equals(Object obj) |
ome.util.Filterable |
fillObject(ome.util.ReverseModelMapper mapper) |
String |
getSymbol(Ice.Current current) |
omero.model.enums.UnitsTemperature |
getUnit(Ice.Current current) |
double |
getValue(Ice.Current current) |
int |
hashCode() |
static String |
lookupSymbol(omero.model.enums.UnitsTemperature unit) |
static Ice.ObjectFactory |
makeFactory(client client) |
static ome.units.quantity.Temperature |
makeXMLQuantity(double d,
String unit) |
static ome.xml.model.enums.UnitsTemperature |
makeXMLUnit(String unit) |
void |
setUnit(omero.model.enums.UnitsTemperature unit,
Ice.Current current) |
void |
setValue(double value,
Ice.Current current) |
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, setValuepublic TemperatureI()
public TemperatureI(double d,
omero.model.enums.UnitsTemperature unit)
public TemperatureI(double d,
ome.units.unit.Unit<ome.units.quantity.Temperature> unit)
public TemperatureI(omero.model.Temperature value,
ome.units.unit.Unit<ome.units.quantity.Temperature> ul)
throws ome.model.units.BigResult
Temperature
based on the given ome-xml enumome.model.units.BigResultpublic TemperatureI(double d,
ome.model.enums.UnitsTemperature ul)
Temperature
based on the given ome.model enumpublic TemperatureI(omero.model.Temperature value,
String target)
throws ome.model.units.BigResult
Temperature
based on the given enum string.target - String representation of the CODE enumome.model.units.BigResultpublic TemperatureI(omero.model.Temperature value,
omero.model.enums.UnitsTemperature target)
throws ome.model.units.BigResult
target - unit that is desired. non-null.ome.model.units.BigResultpublic TemperatureI(ome.units.quantity.Temperature value)
Length to an OMERO Length.public static String lookupSymbol(omero.model.enums.UnitsTemperature unit)
public static final Ice.ObjectFactory makeFactory(client client)
public static ome.xml.model.enums.UnitsTemperature makeXMLUnit(String unit)
public static ome.units.quantity.Temperature makeXMLQuantity(double d,
String unit)
public static ome.units.quantity.Temperature convert(omero.model.Temperature t)
public double getValue(Ice.Current current)
getValue in interface omero.model._TemperatureOperationspublic void setValue(double value,
Ice.Current current)
setValue in interface omero.model._TemperatureOperationspublic omero.model.enums.UnitsTemperature getUnit(Ice.Current current)
getUnit in interface omero.model._TemperatureOperationspublic void setUnit(omero.model.enums.UnitsTemperature unit,
Ice.Current current)
setUnit in interface omero.model._TemperatureOperationspublic String getSymbol(Ice.Current current)
getSymbol in interface omero.model._TemperatureOperationspublic omero.model.Temperature copy(Ice.Current ignore)
copy in interface omero.model._TemperatureOperationspublic void copyObject(ome.util.Filterable model,
ome.util.ModelMapper mapper)
copyObject in interface ome.model.ModelBasedpublic ome.util.Filterable fillObject(ome.util.ReverseModelMapper mapper)
fillObject in interface ome.model.ModelBased
Version: 5.1.1-ice35-b43
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.