intFor method
Casts the value for entry to a boolean and returns it.
Implementation
int intFor(AFConfigurationItem entry) {
return valueFor(entry);
}
Casts the value for entry to a boolean and returns it.
int intFor(AFConfigurationItem entry) {
return valueFor(entry);
}