Enum Class FieldName

java.lang.Object
java.lang.Enum<FieldName>
org.emau.icmvc.ttp.epix.common.model.enums.FieldName
All Implemented Interfaces:
Serializable, Comparable<FieldName>, Constable

public enum FieldName extends Enum<FieldName>
Author:
geidell
  • Enum Constant Details

    • firstName

      public static final FieldName firstName
    • middleName

      public static final FieldName middleName
    • lastName

      public static final FieldName lastName
    • prefix

      public static final FieldName prefix
    • suffix

      public static final FieldName suffix
    • birthDate

      public static final FieldName birthDate
    • gender

      public static final FieldName gender
    • birthPlace

      public static final FieldName birthPlace
    • race

      public static final FieldName race
    • religion

      public static final FieldName religion
    • mothersMaidenName

      public static final FieldName mothersMaidenName
    • degree

      public static final FieldName degree
    • motherTongue

      public static final FieldName motherTongue
    • nationality

      public static final FieldName nationality
    • civilStatus

      public static final FieldName civilStatus
    • externalDate

      public static final FieldName externalDate
    • value1

      public static final FieldName value1
    • value2

      public static final FieldName value2
    • value3

      public static final FieldName value3
    • value4

      public static final FieldName value4
    • value5

      public static final FieldName value5
    • value6

      public static final FieldName value6
    • value7

      public static final FieldName value7
    • value8

      public static final FieldName value8
    • value9

      public static final FieldName value9
    • value10

      public static final FieldName value10
    • vitalStatus

      public static final FieldName vitalStatus
    • dateOfDeath

      public static final FieldName dateOfDeath
  • Method Details

    • values

      public static FieldName[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FieldName valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
    • fromValue

      public static FieldName fromValue(String v)
    • toIdentityField

      public IdentityField toIdentityField()
    • toIdentityFields

      public static List<IdentityField> toIdentityFields(List<FieldName> fieldNames)
    • toIdentityFields

      public static IdentityField[] toIdentityFields(FieldName[] fieldNames)