public interface _ImagingEnvironmentOperationsNC extends _IObjectOperationsNC
Modifier and Type | Method and Description |
---|---|
Pressure |
getAirPressure() |
RDouble |
getCo2percent() |
RDouble |
getHumidity() |
java.util.List<NamedValue> |
getMap() |
java.util.Map<java.lang.String,java.lang.String> |
getMapAsMap() |
Temperature |
getTemperature() |
RInt |
getVersion() |
void |
setAirPressure(Pressure theAirPressure) |
void |
setCo2percent(RDouble theCo2percent) |
void |
setHumidity(RDouble theHumidity) |
void |
setMap(java.util.List<NamedValue> theMap) |
void |
setTemperature(Temperature theTemperature) |
void |
setVersion(RInt theVersion) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion()
void setVersion(RInt theVersion)
Temperature getTemperature()
void setTemperature(Temperature theTemperature)
Pressure getAirPressure()
void setAirPressure(Pressure theAirPressure)
RDouble getHumidity()
void setHumidity(RDouble theHumidity)
RDouble getCo2percent()
void setCo2percent(RDouble theCo2percent)
java.util.Map<java.lang.String,java.lang.String> getMapAsMap()
java.util.List<NamedValue> getMap()
void setMap(java.util.List<NamedValue> theMap)