Package | Description |
---|---|
claw.wani.x2t.configuration.openacc |
Modifier and Type | Method and Description |
---|---|
static OpenAccDataStrategy |
OpenAccDataStrategy.fromString(java.lang.String value)
Get enum value from configuration string.
|
OpenAccDataStrategy |
OpenAccConfiguration.getDataStrategy()
Get the OpenACC data strategy value.
|
static OpenAccDataStrategy |
OpenAccDataStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenAccDataStrategy[] |
OpenAccDataStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|