@Embeddable public class Time extends Object implements Serializable, Filterable, Unit
UnitsTime
instance. As
also described in the remoting definition (.ice) for Time, this is an
embedded class meaning that the columns here do not appear in their own
table but exist directly on the containing object. Like Details and
Permissions, instances do not contain long identifiers and cannot be
persisted on their own.Constructor and Description |
---|
Time()
Deprecated.
|
Time(double d,
String u) |
Time(double d,
ome.units.unit.Unit<ome.units.quantity.Time> unit) |
Time(double d,
UnitsTime u) |
Time(ome.units.quantity.Time value) |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFilter(Filter filter) |
static ome.units.quantity.Time |
convertTime(Time 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)!"
|
static Time |
convertTime(Time value,
String target) |
static Time |
convertTime(Time value,
ome.units.unit.Unit<ome.units.quantity.Time> ul) |
boolean |
equals(Object obj) |
UnitsTime |
getUnit()
Many-to-one field ome.model.units.Time.unit (ome.model.enums.UnitsTime).
|
double |
getValue()
value of this unit-field.
|
int |
hashCode() |
static ome.xml.model.enums.UnitsTime |
makeTimeUnitXML(String unit) |
static ome.units.quantity.Time |
makeTimeXML(double d,
String unit) |
void |
setUnit(UnitsTime unit) |
void |
setValue(double value) |
String |
toString() |
public static final String VALUE
public static final String UNIT
@Deprecated public Time()
public Time(double d, String u)
public Time(double d, UnitsTime u)
public Time(double d, ome.units.unit.Unit<ome.units.quantity.Time> unit)
public Time(ome.units.quantity.Time value)
public static ome.xml.model.enums.UnitsTime makeTimeUnitXML(String unit)
public static ome.units.quantity.Time makeTimeXML(double d, String unit)
public static ome.units.quantity.Time convertTime(Time t)
public static Time convertTime(Time value, ome.units.unit.Unit<ome.units.quantity.Time> ul)
public double getValue()
Time
will be stored in a column "planeInfoexposureTime".public UnitsTime getUnit()
value
for physicalSizeX will be stored as "planeInfo.exposureTime", the unit enum
will be stored as "planeInfo.exposureTimeUnit".public void setUnit(UnitsTime unit)
public boolean acceptFilter(Filter filter)
acceptFilter
in interface Filterable
Version: 5.3.5-ice35-b73
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.