Interface NameWithTitleFormatStrategy
- All Known Implementing Classes:
ChineseNameWithTitleFormatStrategy
public interface NameWithTitleFormatStrategy
-
Method Summary
Modifier and TypeMethodDescriptiongetFullnameWithTitle(String fullname, String title) get full name with title namegetFullnameWithTitle(String firstname, String lastname, String title) get full name with title namegetFullnameWithTitleForISOCode(String fullname, String title, String isocode) get full name with title namegetFullnameWithTitleForISOCode(String firstname, String lastname, String title, String isocode)
-
Method Details
-
getFullnameWithTitle
get full name with title name- Parameters:
fullname-title-- Returns:
- full name with title name
-
getFullnameWithTitle
get full name with title name- Parameters:
firstname-lastname-title-- Returns:
- full name with title name
-
getFullnameWithTitleForISOCode
get full name with title name- Parameters:
fullname-title-isocode-- Returns:
- full name with title name
-
getFullnameWithTitleForISOCode
String getFullnameWithTitleForISOCode(String firstname, String lastname, String title, String isocode) - Parameters:
firstname-lastname-title-isocode-- Returns:
- full name with title name
-