Class TelephoneNumber

All Implemented Interfaces:
Comparable<TextMatch>, MatchSchema

public class TelephoneNumber extends PoliMatch
Author:
Marc C. Ubaldino, MITRE, ubaldino at mitre dot org
  • Constructor Details

    • TelephoneNumber

      public TelephoneNumber()
    • TelephoneNumber

      public TelephoneNumber(String m)
    • TelephoneNumber

      public TelephoneNumber(Map<String,String> elements, String m)
  • Method Details

    • normalize

      public void normalize()
      Description copied from class: PoliMatch
      Trim whitespace and convert found text to alpha case configured for this object.
      Overrides:
      normalize in class PoliMatch