public static enum OpenCLInputOutputs.KernelArgument.Type extends Enum<OpenCLInputOutputs.KernelArgument.Type>
| Enum Constant and Description |
|---|
INPUT |
INPUTOUTPUT |
OUTPUT |
| Modifier and Type | Method and Description |
|---|---|
static OpenCLInputOutputs.KernelArgument.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenCLInputOutputs.KernelArgument.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenCLInputOutputs.KernelArgument.Type INPUT
public static final OpenCLInputOutputs.KernelArgument.Type OUTPUT
public static final OpenCLInputOutputs.KernelArgument.Type INPUTOUTPUT
public static OpenCLInputOutputs.KernelArgument.Type[] values()
for (OpenCLInputOutputs.KernelArgument.Type c : OpenCLInputOutputs.KernelArgument.Type.values()) System.out.println(c);
public static OpenCLInputOutputs.KernelArgument.Type 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 nullCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.