public interface _PressureOperations
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. imagingEnvironment.pressure
 and imagingEnvironment.pressureUnit).| Modifier and Type | Method and Description | 
|---|---|
Pressure | 
copy(Ice.Current __current)  | 
java.lang.String | 
getSymbol(Ice.Current __current)
Returns the possibly unicode representation of the ""unit""
 value for display. 
 | 
UnitsPressure | 
getUnit(Ice.Current __current)
UnitsPressure instance which is an
 IObject
 meaning that its ID is sufficient for identifying equality. | 
double | 
getValue(Ice.Current __current)
Actual value for this unit-based field. 
 | 
void | 
setUnit(UnitsPressure unit,
       Ice.Current __current)  | 
void | 
setValue(double value,
        Ice.Current __current)  | 
double getValue(Ice.Current __current)
UnitsPressure enum.__current - The Current object for the invocation.void setValue(double value,
              Ice.Current __current)
UnitsPressure getUnit(Ice.Current __current)
UnitsPressure instance which is an
 IObject
 meaning that its ID is sufficient for identifying equality.__current - The Current object for the invocation.void setUnit(UnitsPressure unit, Ice.Current __current)
java.lang.String getSymbol(Ice.Current __current)
__current - The Current object for the invocation.Pressure copy(Ice.Current __current)