Methods summary
public
number
|
#
getAmount( )
Volume of water to use in a recipe in liters.
Volume of water to use in a recipe in liters.
Returns
number
|
public
float
|
#
getBicarbonate( )
The amount of bicarbonate (HCO3) in parts per million.
The amount of bicarbonate (HCO3) in parts per million.
Returns
float
|
public
float
|
#
getCalcium( )
The amount of calcium (Ca) in parts per million.
The amount of calcium (Ca) in parts per million.
Returns
float
|
public
float
|
|
public
float
|
#
getMagnesium( )
The amount of Magnesium (Mg) in parts per million.
The amount of Magnesium (Mg) in parts per million.
Returns
float
|
public
string
|
#
getName( )
Name of the water profile – usually the city and country of the water
profile.
Name of the water profile – usually the city and country of the water
profile.
Returns
string
|
public
string
|
#
getNotes( )
Notes about the water profile. May be multiline.
Notes about the water profile. May be multiline.
Returns
string
|
public
float
|
#
getPH( )
The PH of the water.
Returns
float
|
public
float
|
#
getSodium( )
The amount of Sodium (Na) in parts per million.
The amount of Sodium (Na) in parts per million.
Returns
float
|
public
float
|
#
getSulfate( )
The amount of Sulfate (SO4) in parts per million.
The amount of Sulfate (SO4) in parts per million.
Returns
float
|
public
integer
|
#
getVersion( )
Version of the water record. Should always be "1" for this version of the XML
standard.
Version of the water record. Should always be "1" for this version of the XML
standard.
Returns
integer
|