public class EmailAddressFormatter
extends java.lang.Object
Constructor and Description |
---|
EmailAddressFormatter() |
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(EmailAddress ea,
java.util.Locale locale) |
static java.util.Collection |
getValueItem(EmailAddress ea) |
static java.util.Collection |
getValueItems(java.util.Iterator it) |
static void |
setValue(EmailAddressItem emailAddress,
EmailAddress ea) |
public static java.lang.String getPropertyName()
public static java.lang.String getValue(EmailAddress ea, java.util.Locale locale) throws java.lang.Exception
java.lang.Exception
public static java.util.Collection getValueItem(EmailAddress ea) 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(EmailAddressItem emailAddress, EmailAddress ea) throws java.lang.Exception
java.lang.Exception
public static java.util.ArrayList getDisplayHeadings(java.util.Locale locale)
public static java.util.ArrayList getMethodHeadings()