public final class N extends Property
Property.Id
Modifier and Type | Field and Description |
---|---|
static PropertyFactory<N> |
FACTORY |
ILLEGAL_PARAMETER_MESSAGE
Constructor and Description |
---|
N(List<Parameter> params,
String value)
Factory constructor.
|
N(String familyName,
String givenName,
String[] additionalNames,
String[] prefixes,
String[] suffixes) |
Modifier and Type | Method and Description |
---|---|
String[] |
getAdditionalNames() |
String |
getFamilyName() |
String |
getGivenName() |
String[] |
getPrefixes() |
String[] |
getSuffixes() |
String |
getValue() |
void |
validate() |
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toString
public static final PropertyFactory<N> FACTORY
public N(String familyName, String givenName, String[] additionalNames, String[] prefixes, String[] suffixes)
familyName
- the family name component of a namegivenName
- the given name component of a nameadditionalNames
- additional names component of a nameprefixes
- prefix components of a namesuffixes
- suffix components of a namepublic String getFamilyName()
public String getGivenName()
public String[] getAdditionalNames()
public String[] getPrefixes()
public String[] getSuffixes()
public String getValue()
Copyright © 2008-2012 Micronode. All Rights Reserved.