Interface IImmutableEnumOption
- All Known Implementing Classes:
EnumOption
public interface IImmutableEnumOption
Immutable enumeration option.
The implementation of the interface must guarantee immutability of the enumeration option. The option is interned and shared across the application.
- Since:
- 3.23.4
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The key of the option used for an option identity. -
Method Summary
-
Method Details
-
getIdentityKey
- Returns:
- A key used for an option identity.
-