- Type Parameters:
E
- type of the enum
- All Superinterfaces:
- Iterable<E>, ValuedEnum<E>
- All Known Implementing Classes:
- FlagSet.IntFlagSet, ITaskbarList3.TbpFlag, ITaskbarList3.THUMBBUTTONFLAGS, ITaskbarList3.THUMBBUTTONMASK, OLEAutomationLibrary.CALLCONV, OLEAutomationLibrary.REGKIND, OLEAutomationLibrary.SYSKIND, VARENUM
public interface IntValuedEnum<E extends Enum<E>>
extends ValuedEnum<E>
Interface for Java enumerations that have an int value associated.
Beware: while this is the default, in C++ not all enums are ints (any
integral types may be used for enums).