getType method
Return the type of formatter. Valid values are "number", "currency", and "percentage".
Implementation
String getType() {
return _type;
}
Return the type of formatter. Valid values are "number", "currency", and "percentage".
String getType() {
return _type;
}