Package com.jcabi.github
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
- Version:
- $Id: 00ba383f559aa4fb169998cc6661aaa1d914c557 $
- Author:
- Chris Rebert (github@chrisrebert.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
identifier()
The string that this enum value represents.
-
-
-
Method Detail
-
identifier
String identifier()
The string that this enum value represents.- Returns:
- String
-
-