Enum Class HvlOAuthOperationEventType

java.lang.Object
java.lang.Enum<HvlOAuthOperationEventType>
tr.com.havelsan.javarch.oauth.event.common.data.HvlOAuthOperationEventType
All Implemented Interfaces:
Serializable, Comparable<HvlOAuthOperationEventType>, Constable, tr.com.havelsan.javarch.core.enumeration.HvlEnumeration, tr.com.havelsan.javarch.data.converter.enumeration.HvlEnumerationConverter<Integer>

public enum HvlOAuthOperationEventType extends Enum<HvlOAuthOperationEventType> implements tr.com.havelsan.javarch.core.enumeration.HvlEnumeration, tr.com.havelsan.javarch.data.converter.enumeration.HvlEnumerationConverter<Integer>
The enum OAuth event type.
  • Enum Constant Details

  • Method Details

    • values

      public static HvlOAuthOperationEventType[] 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 HvlOAuthOperationEventType 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
    • getCode

      public int getCode()
      Gets code.
      Returns:
      the code
    • code

      public int code()
      Specified by:
      code in interface tr.com.havelsan.javarch.core.enumeration.HvlEnumeration
    • label

      public String label()
      Specified by:
      label in interface tr.com.havelsan.javarch.core.enumeration.HvlEnumeration
    • toDbValue

      public Integer toDbValue()
      Specified by:
      toDbValue in interface tr.com.havelsan.javarch.data.converter.enumeration.HvlEnumerationConverter<Integer>