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

Type Parameters:
E - type of the enum
All Superinterfaces:
Iterable<E>
All Known Subinterfaces:
IntValuedEnum<E>
All Known Implementing Classes:
FlagSet, FlagSet.IntFlagSet, ITaskbarList3.TbpFlag, ITaskbarList3.THUMBBUTTONFLAGS, ITaskbarList3.THUMBBUTTONMASK, OLEAutomationLibrary.CALLCONV, OLEAutomationLibrary.REGKIND, OLEAutomationLibrary.SYSKIND, VARENUM

public interface ValuedEnum<E extends Enum<E>>
extends Iterable<E>

Interface for Java enumerations that have an integral value associated

Author:
ochafik

Method Summary
 long value()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

value

long value()


Copyright © 2009-2012. All Rights Reserved.