NameSuffix enum

AAMVA Name Suffixes

  • Junior: Junior, Jr.
  • Senior: Senior, Sr.
  • First: First, I, 1st
  • Second: Second, II, 2nd
  • Third: Third, III, 3rd
  • Fourth: Fourth, IV, 4th
  • Fifth: Fifth, V, 5th
  • Sixth: Sixth, VI, 6th
  • Seventh: Seventh, VII, 7th
  • Eighth: Eighth, VIII, 8th
  • Ninth: Ninth, IX, 9th
  • Unknown: When the name suffix is unknown
Inheritance

Constructors

NameSuffix()
const

Values

junior → const NameSuffix
senior → const NameSuffix
first → const NameSuffix
second → const NameSuffix
third → const NameSuffix
fourth → const NameSuffix
fifth → const NameSuffix
sixth → const NameSuffix
seventh → const NameSuffix
eighth → const NameSuffix
ninth → const NameSuffix
unknown → const NameSuffix

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<NameSuffix>
A constant List of the values in this enum, in order of their declaration.