Interface ScimType


public interface ScimType
  • Method Summary

    Modifier and Type
    Method
    Description
    ScimTypes are generally implemented as Java enums but when we're generating hashcodes, we need access to the name of the enum element rather than the ordinal.
  • Method Details

    • name

      String name()
      ScimTypes are generally implemented as Java enums but when we're generating hashcodes, we need access to the name of the enum element rather than the ordinal.
      Returns:
      a String containing the enum value's name