public static enum GPUdbBase.HASynchronicityMode extends Enum<GPUdbBase.HASynchronicityMode>
Enum Constant and Description |
---|
ASYNCHRONOUS |
DEFAULT |
SYNCHRONOUS |
Modifier and Type | Method and Description |
---|---|
String |
getMode() |
static GPUdbBase.HASynchronicityMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPUdbBase.HASynchronicityMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPUdbBase.HASynchronicityMode DEFAULT
public static final GPUdbBase.HASynchronicityMode SYNCHRONOUS
public static final GPUdbBase.HASynchronicityMode ASYNCHRONOUS
public static GPUdbBase.HASynchronicityMode[] values()
for (GPUdbBase.HASynchronicityMode c : GPUdbBase.HASynchronicityMode.values()) System.out.println(c);
public static GPUdbBase.HASynchronicityMode 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 String getMode()
Copyright © 2020. All rights reserved.