org.bridj
Interface IntValuedEnum<E extends Enum<E>>

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).


Method Summary
 
Methods inherited from interface org.bridj.ValuedEnum
value
 
Methods inherited from interface java.lang.Iterable
iterator
 



Copyright © 2009-2012. All Rights Reserved.