public interface _PowerOperationsNC
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. lightSource.power
and lightSource.powerUnit).Modifier and Type | Method and Description |
---|---|
Power |
copy() |
java.lang.String |
getSymbol()
Returns the possibly unicode representation of the ""unit""
value for display.
|
UnitsPower |
getUnit()
UnitsPower instance which is an
IObject
meaning that its ID is sufficient for identifying equality. |
double |
getValue()
Actual value for this unit-based field.
|
void |
setUnit(UnitsPower unit) |
void |
setValue(double value) |
double getValue()
UnitsPower
enum.void setValue(double value)
UnitsPower getUnit()
UnitsPower
instance which is an
IObject
meaning that its ID is sufficient for identifying equality.void setUnit(UnitsPower unit)
java.lang.String getSymbol()
Power copy()