Enum Class BusinessKeyType

java.lang.Object
java.lang.Enum<BusinessKeyType>
adalid.core.enums.BusinessKeyType
All Implemented Interfaces:
Serializable, Comparable<BusinessKeyType>, Constable

public enum BusinessKeyType extends Enum<BusinessKeyType>
Author:
Jorge Campins
  • Enum Constant Details

    • UNSPECIFIED

      public static final BusinessKeyType UNSPECIFIED
    • CHARACTER_KEY_PROPERTY

      public static final BusinessKeyType CHARACTER_KEY_PROPERTY
    • NUMERIC_KEY_PROPERTY

      public static final BusinessKeyType NUMERIC_KEY_PROPERTY
  • Method Details

    • values

      public static BusinessKeyType[] 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 BusinessKeyType 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