public static enum ITaskbarList3.TbpFlag extends Enum<ITaskbarList3.TbpFlag> implements IntValuedEnum<ITaskbarList3.TbpFlag>
Enum Constant and Description |
---|
TBPF_ERROR |
TBPF_INDETERMINATE |
TBPF_NOPROGRESS |
TBPF_NORMAL |
TBPF_PAUSED |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
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.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
forEach, spliterator
public static final ITaskbarList3.TbpFlag TBPF_NOPROGRESS
public static final ITaskbarList3.TbpFlag TBPF_INDETERMINATE
public static final ITaskbarList3.TbpFlag TBPF_NORMAL
public static final ITaskbarList3.TbpFlag TBPF_ERROR
public static final ITaskbarList3.TbpFlag TBPF_PAUSED
public final int value
public static ITaskbarList3.TbpFlag[] values()
for (ITaskbarList3.TbpFlag c : ITaskbarList3.TbpFlag.values()) System.out.println(c);
public static ITaskbarList3.TbpFlag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic long value()
value
in interface ValuedEnum<ITaskbarList3.TbpFlag>
public Iterator<ITaskbarList3.TbpFlag> iterator()
iterator
in interface Iterable<ITaskbarList3.TbpFlag>
public static ValuedEnum<ITaskbarList3.TbpFlag> fromValue(long value)
Copyright © 2009-2020. All Rights Reserved.