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