Interface NameWithTitleFormatStrategy

All Known Implementing Classes:
ChineseNameWithTitleFormatStrategy

public interface NameWithTitleFormatStrategy
  • Method Details

    • getFullnameWithTitle

      String getFullnameWithTitle(String fullname, String title)
      get full name with title name
      Parameters:
      fullname -
      title -
      Returns:
      full name with title name
    • getFullnameWithTitle

      String getFullnameWithTitle(String firstname, String lastname, String title)
      get full name with title name
      Parameters:
      firstname -
      lastname -
      title -
      Returns:
      full name with title name
    • getFullnameWithTitleForISOCode

      String getFullnameWithTitleForISOCode(String fullname, String title, String isocode)
      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