Interface StringEnum

All Known Implementing Classes:
FileChange.Status, Issues.Qualifier, Issues.Sort, Search.Order, Search.Qualifier, Status.State

@Immutable public interface StringEnum
An enum whose values correspond to unique strings.
Since:
0.22.0
  • Method Summary

    Modifier and Type
    Method
    Description
    The string that this enum value represents.
  • Method Details

    • identifier

      String identifier()
      The string that this enum value represents.
      Returns:
      String