Programmer's Guide > Interfaces > PropertyMap interface > getNumber method
  
getNumber method
Returns the integer value data associated with the specified key in the PropertyMap.
getNumber(key )
Parameters
Stringkey
The key to examine.
Returns
long. The numeric value associated with the key. If key is not contained in the PropertyMap or the map entry is not a number, returns -1.