org.bridj.cpp.com.shell
Enum ITaskbarList3.THUMBBUTTONMASK

java.lang.Object
  extended by java.lang.Enum<ITaskbarList3.THUMBBUTTONMASK>
      extended by org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONMASK
All Implemented Interfaces:
Serializable, Comparable<ITaskbarList3.THUMBBUTTONMASK>, Iterable<ITaskbarList3.THUMBBUTTONMASK>, IntValuedEnum<ITaskbarList3.THUMBBUTTONMASK>, ValuedEnum<ITaskbarList3.THUMBBUTTONMASK>
Enclosing class:
ITaskbarList3

public static enum ITaskbarList3.THUMBBUTTONMASK
extends Enum<ITaskbarList3.THUMBBUTTONMASK>
implements IntValuedEnum<ITaskbarList3.THUMBBUTTONMASK>


Enum Constant Summary
THB_BITMAP
           
THB_FLAGS
           
THB_ICON
           
THB_TOOLTIP
           
 
Field Summary
 int value
           
 
Method Summary
static ValuedEnum<ITaskbarList3.THUMBBUTTONMASK> fromValue(long value)
           
 Iterator<ITaskbarList3.THUMBBUTTONMASK> iterator()
           
 long value()
           
static ITaskbarList3.THUMBBUTTONMASK valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ITaskbarList3.THUMBBUTTONMASK[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

THB_BITMAP

public static final ITaskbarList3.THUMBBUTTONMASK THB_BITMAP

THB_ICON

public static final ITaskbarList3.THUMBBUTTONMASK THB_ICON

THB_TOOLTIP

public static final ITaskbarList3.THUMBBUTTONMASK THB_TOOLTIP

THB_FLAGS

public static final ITaskbarList3.THUMBBUTTONMASK THB_FLAGS
Field Detail

value

public final int value
Method Detail

values

public static ITaskbarList3.THUMBBUTTONMASK[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ITaskbarList3.THUMBBUTTONMASK c : ITaskbarList3.THUMBBUTTONMASK.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ITaskbarList3.THUMBBUTTONMASK valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public long value()
Specified by:
value in interface ValuedEnum<ITaskbarList3.THUMBBUTTONMASK>

iterator

public Iterator<ITaskbarList3.THUMBBUTTONMASK> iterator()
Specified by:
iterator in interface Iterable<ITaskbarList3.THUMBBUTTONMASK>

fromValue

public static ValuedEnum<ITaskbarList3.THUMBBUTTONMASK> fromValue(long value)


Copyright © 2009-2012. All Rights Reserved.