public static enum CLDevice.QueueProperties extends Enum<CLDevice.QueueProperties> implements ValuedEnum
| Enum Constant and Description |
|---|
OutOfOrderExecModeEnable |
ProfilingEnable |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<CLDevice.QueueProperties> |
getEnumSet(long v) |
static long |
getValue(EnumSet<CLDevice.QueueProperties> set) |
long |
value() |
static CLDevice.QueueProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLDevice.QueueProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLDevice.QueueProperties OutOfOrderExecModeEnable
public static final CLDevice.QueueProperties ProfilingEnable
public static CLDevice.QueueProperties[] values()
for (CLDevice.QueueProperties c : CLDevice.QueueProperties.values()) System.out.println(c);
public static CLDevice.QueueProperties 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 ValuedEnumpublic static long getValue(EnumSet<CLDevice.QueueProperties> set)
public static EnumSet<CLDevice.QueueProperties> getEnumSet(long v)
Copyright © 2009-2015. All Rights Reserved.