public interface _TimeOperationsNC
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. planeInfo.exposureTime
and planeInfo.exposureTimeUnit).Modifier and Type | Method and Description |
---|---|
Time |
copy() |
java.lang.String |
getSymbol()
Returns the possibly unicode representation of the ""unit""
value for display.
|
UnitsTime |
getUnit()
|
double |
getValue()
Actual value for this unit-based field.
|
void |
setUnit(UnitsTime unit) |
void |
setValue(double value) |
double getValue()
UnitsTime
enum.void setValue(double value)
UnitsTime getUnit()
void setUnit(UnitsTime unit)
java.lang.String getSymbol()
Time copy()