getIntValue method

int getIntValue(
  1. String name
)

Implementation

int getIntValue(String name){
    return getFieldValue(name) as int;
}