public static enum ACCvar.Attribute extends java.lang.Enum<ACCvar.Attribute>
Enum Constant and Description |
---|
copyDeviceToHost |
copyHostToDevice |
create |
delete |
isCache |
isDeviceptr |
isFirstprivate |
isPresent |
isPresentOr |
isPrivate |
isReduction |
isUseDevice |
Modifier and Type | Method and Description |
---|---|
static ACCvar.Attribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ACCvar.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ACCvar.Attribute isPresent
public static final ACCvar.Attribute isPresentOr
public static final ACCvar.Attribute create
public static final ACCvar.Attribute delete
public static final ACCvar.Attribute copyHostToDevice
public static final ACCvar.Attribute copyDeviceToHost
public static final ACCvar.Attribute isFirstprivate
public static final ACCvar.Attribute isPrivate
public static final ACCvar.Attribute isCache
public static final ACCvar.Attribute isUseDevice
public static final ACCvar.Attribute isReduction
public static final ACCvar.Attribute isDeviceptr
public static ACCvar.Attribute[] values()
for (ACCvar.Attribute c : ACCvar.Attribute.values()) System.out.println(c);
public static ACCvar.Attribute valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null