public class TelephoneNumberFormatter
extends java.lang.Object
Constructor and Description |
---|
TelephoneNumberFormatter() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList |
getDisplayHeadings(java.util.Locale locale) |
static java.util.ArrayList |
getMethodHeadings() |
static java.lang.String |
getPropertyName() |
static java.lang.String |
getValue(TelephoneNumber tn,
java.util.Locale locale) |
static java.util.Collection |
getValueItem(TelephoneNumber tn) |
static java.util.Collection |
getValueItems(java.util.Iterator it) |
static void |
setValue(TelephoneNumberItem tni,
TelephoneNumber tn) |
public static java.lang.String getPropertyName()
public static java.lang.String getValue(TelephoneNumber tn, java.util.Locale locale) throws java.lang.Exception
java.lang.Exception
public static java.util.Collection getValueItem(TelephoneNumber tn) throws java.lang.Exception
java.lang.Exception
public static java.util.Collection getValueItems(java.util.Iterator it) throws java.lang.Exception
java.lang.Exception
public static void setValue(TelephoneNumberItem tni, TelephoneNumber tn) throws java.lang.Exception
java.lang.Exception
public static java.util.ArrayList getDisplayHeadings(java.util.Locale locale)
public static java.util.ArrayList getMethodHeadings()