public static enum CLMem.Usage extends Enum<CLMem.Usage>
| Enum Constant and Description |
|---|
Input |
InputOutput |
Output |
| Modifier and Type | Method and Description |
|---|---|
CLMem.Flags |
getFlags() |
int |
getIntFlags() |
static CLMem.Usage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLMem.Usage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLMem.Usage Input
public static final CLMem.Usage Output
public static final CLMem.Usage InputOutput
public static CLMem.Usage[] values()
for (CLMem.Usage c : CLMem.Usage.values()) System.out.println(c);
public static CLMem.Usage 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 int getIntFlags()
public CLMem.Flags getFlags()
Copyright © 2009-2015. All Rights Reserved.