public class NameType extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static NameType |
AKA |
static NameType |
BTH |
static NameType |
LGL
The following define the enumerations.
|
static NameType |
MDN |
static java.util.List<? extends java.lang.Object> |
NAME_TYPES |
static NameType |
PRF |
static NameType |
STG |
static NameType |
TRB |
static NameType |
XFR |
code, description, number, subDescription
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
compareTo, contains, equals, getCode, getDescription, getEnumeration, getNumber, getSubDescription
public static final NameType LGL
public static final NameType MDN
public static final NameType BTH
public static final NameType TRB
public static final NameType PRF
public static final NameType AKA
public static final NameType XFR
public static final NameType STG
public static final java.util.List<? extends java.lang.Object> NAME_TYPES
public java.lang.String toString()
toString
in class Enumeration