@Deprecated
public interface PersonName
An object used to provide name data to the PersonNameFormatter for formatting.
Clients can implement this interface to talk directly to some other subsystem
that actually contains the name data (instead of having to copy it into a separate
object just for formatting) or to override the default modifier behavior described
above. A concrete SimplePersonName object that does store the field values directly
is provided.
- See Also:
SimplePersonName