Enum Class BusinessKeyType

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

@Deprecated(since="6.2", forRemoval=true) public enum BusinessKeyType extends Enum<BusinessKeyType>
Deprecated, for removal: This API element is subject to removal in a future version.
Author:
Jorge Campins
  • Enum Constant Details

    • UNSPECIFIED

      public static final BusinessKeyType UNSPECIFIED
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CHARACTER_KEY_PROPERTY

      public static final BusinessKeyType CHARACTER_KEY_PROPERTY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NUMERIC_KEY_PROPERTY

      public static final BusinessKeyType NUMERIC_KEY_PROPERTY
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public static BusinessKeyType[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      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)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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