getType method

String getType()

Return the type of formatter. Valid values are "number", "currency", and "percentage".

Implementation

String getType() {
  return _type;
}