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

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

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


Enum Constant Summary
TBPF_ERROR
           
TBPF_INDETERMINATE
           
TBPF_NOPROGRESS
           
TBPF_NORMAL
           
TBPF_PAUSED
           
 
Field Summary
 int value
           
 
Method Summary
static ValuedEnum<ITaskbarList3.TbpFlag> fromValue(long value)
           
 Iterator<ITaskbarList3.TbpFlag> iterator()
           
 long value()
           
static ITaskbarList3.TbpFlag valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ITaskbarList3.TbpFlag[] 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

TBPF_NOPROGRESS

public static final ITaskbarList3.TbpFlag TBPF_NOPROGRESS

TBPF_INDETERMINATE

public static final ITaskbarList3.TbpFlag TBPF_INDETERMINATE

TBPF_NORMAL

public static final ITaskbarList3.TbpFlag TBPF_NORMAL

TBPF_ERROR

public static final ITaskbarList3.TbpFlag TBPF_ERROR

TBPF_PAUSED

public static final ITaskbarList3.TbpFlag TBPF_PAUSED
Field Detail

value

public final int value
Method Detail

values

public static ITaskbarList3.TbpFlag[] 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.TbpFlag c : ITaskbarList3.TbpFlag.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.TbpFlag 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.TbpFlag>

iterator

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

fromValue

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


Copyright © 2009-2012. All Rights Reserved.