public enum NameSuffix extends Enum<NameSuffix> implements EnumTuple
| Enum Constant and Description |
|---|
EIGHTH |
FIFTH |
FIRST |
FOURTH |
JUNIOR |
MEMBER_OF_PARLIAMENT |
NINTH |
QUEENS_COUNSEL |
SECOND |
SENIOR |
SEVENTH |
SIXTH |
TENTH |
THIRD |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviation() |
String |
getCode() |
String |
getCodeSystem() |
String |
getCodeSystemName() |
String |
getCodeSystemVersion() |
String |
getDescriptor() |
String |
getDisplayName() |
String |
getOriginalText() |
boolean |
hasDisplayName() |
static NameSuffix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameSuffix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NameSuffix JUNIOR
public static final NameSuffix MEMBER_OF_PARLIAMENT
public static final NameSuffix QUEENS_COUNSEL
public static final NameSuffix SENIOR
public static final NameSuffix FIRST
public static final NameSuffix SECOND
public static final NameSuffix THIRD
public static final NameSuffix FOURTH
public static final NameSuffix FIFTH
public static final NameSuffix SIXTH
public static final NameSuffix SEVENTH
public static final NameSuffix EIGHTH
public static final NameSuffix NINTH
public static final NameSuffix TENTH
public static NameSuffix[] values()
for (NameSuffix c : NameSuffix.values()) System.out.println(c);
public static NameSuffix valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDescriptor()
getDescriptor in interface EnumTuplepublic String getAbbreviation()
public String getOriginalText()
public String getCodeSystem()
public String getCodeSystemName()
public String getCodeSystemVersion()
public String getDisplayName()
public boolean hasDisplayName()
Copyright © 2021. All rights reserved.