Name.Abbreviation, Name.CompanyName, Name.PersonName| Modifier and Type | Field and Description |
|---|---|
protected String |
myAttribute |
protected String |
myAttributePrefix |
protected String |
myCity |
protected String |
myFamilyName |
protected String |
myFamilyNamePrefix |
protected String |
myFamilyNameSuffix |
protected String |
myGivenNames |
protected String |
myNickname |
protected String |
myRoman |
protected String |
myTitles |
A, ANYNAME, attributePrefix, attributePrefixPattern, B, BC, BD, companyNameSuffix, companyNameSuffixPattern, DG, directFamilyNamePrefix, familyName, familyNamePrefix, familyNamePrefixPattern, familyNameSuffix, familyNameSuffixPattern, givenName, givenNameComponent, givenNames, H, L, languageCodes, laxAbbreviationPattern, laxCompanyPattern, laxName, laxNamePattern, laxPersonNamePattern, nationality2country, nickName, normalized, of, or, original, personNameComponent, prep, roman, safeAbbreviationPattern, safeCompanyPattern, safeName, safeNamePattern, safeNamesPattern, safeNamesPatternNoPrep, safePersonName, safePersonNamePattern, stopWords, teamName, teamNamePattern, title, titlePattern, titles, titlesForGivenNames, U, usStates| Constructor and Description |
|---|
PersonName(String s)
Constructs a person name from a String
|
| Modifier and Type | Method and Description |
|---|---|
String |
attribute()
Returns the attribute.
|
String |
attributePrefix()
Returns the attributePrefix.
|
String |
city()
Returns the city.
|
String |
describe()
Returns a description
|
String |
familyName()
Returns the familyName.
|
String |
familyNamePrefix()
Returns the familyNamePrefix.
|
String |
familyNameSuffix()
Returns the familyNameSuffix.
|
String |
familyNameWithAffixes()
Returns the familyName with prefix
|
protected static String |
getComponent(Matcher m,
int n)
Returns the n-th group or null
|
String |
givenName()
Returns the first given name or null
|
String |
givenNames()
Returns the givenNames.
|
String |
nickname()
Returns the nickname.
|
String |
normalize()
Normalizes a person name.
|
String |
roman()
Returns the roman number.
|
String |
titles()
Returns the titles.
|
c, couldBeAbbreviation, couldBeCompanyName, couldBeName, couldBePersonName, isAbbreviation, isAttributePrefix, isCompanyName, isCompanyNameSuffix, isFamilyNamePrefix, isLanguage, isLanguageCode, isName, isNames, isNation, isNationality, isPersonName, isPersonNameSuffix, isStopWord, isTitle, isUSState, isUSStateAbbreviation, languageForCode, main, mul, mulHyp, nationForNationality, of, opt, optMul, or, original, toString, unabbreviateUSStateprotected String myTitles
protected String myGivenNames
protected String myFamilyNamePrefix
protected String myAttributePrefix
protected String myFamilyName
protected String myAttribute
protected String myFamilyNameSuffix
protected String myRoman
protected String myCity
protected String myNickname
public PersonName(String s)
public String givenName()
public String attribute()
public String attributePrefix()
public String city()
public String nickname()
public String familyName()
public String familyNameWithAffixes()
public String familyNamePrefix()
public String familyNameSuffix()
public String givenNames()
public String roman()
public String titles()
Copyright © 2018. All rights reserved.