getPropertyAsInt abstract method

int getPropertyAsInt(
  1. String key
)

Get a property as an integer. If the property is not set, 0 is returned. @param key The property key. @return The property value interpreted as an integer. @see #setProperty

Implementation

int getPropertyAsInt(String key);