CountryPhoneCode 类
定义
Defines values for country codes for phone number prefixes. E.g. the country code for +1 123 456 7890 is '+1'.
public class CountryPhoneCode extends ExpandableStringEnum<CountryPhoneCode>
- 继承
继承成员
ExpandableStringEnum<T>.equals(Object obj)
ExpandableStringEnum<T>.fromString(String name, Class<T> clazz)
ExpandableStringEnum<T>.hashCode()
ExpandableStringEnum<T>.toString()
ExpandableStringEnum<T>.values(Class<T> clazz)
ExpandableStringEnum<T>.withNameValue(String name, T value, Class<T> clazz)
字段
方法
fromString(String code) |
Creates or finds a country phone code from its string representation. |
values() |