-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum PhoneNumberUtil.MatchTypeTypes of phone number matches. See detailed description beside the isNumberMatch() method.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NOT_A_NUMBERNO_MATCHSHORT_NSN_MATCHNSN_MATCHEXACT_MATCH
-
Method Summary
Modifier and Type Method Description static Array<PhoneNumberUtil.MatchType>values()static PhoneNumberUtil.MatchTypevalueOf(String name)-
-
Method Detail
-
values
static Array<PhoneNumberUtil.MatchType> values()
-
valueOf
static PhoneNumberUtil.MatchType valueOf(String name)
-
-
-
-