protected static enum CudaGridExecutioner.MetaType extends Enum<CudaGridExecutioner.MetaType>
Enum Constant and Description |
---|
INVERTED_PREDICATE |
NOT_APPLICABLE |
POSTULATE |
PREDICATE |
Modifier and Type | Method and Description |
---|---|
static CudaGridExecutioner.MetaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CudaGridExecutioner.MetaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CudaGridExecutioner.MetaType NOT_APPLICABLE
public static final CudaGridExecutioner.MetaType PREDICATE
public static final CudaGridExecutioner.MetaType INVERTED_PREDICATE
public static final CudaGridExecutioner.MetaType POSTULATE
public static CudaGridExecutioner.MetaType[] values()
for (CudaGridExecutioner.MetaType c : CudaGridExecutioner.MetaType.values()) System.out.println(c);
public static CudaGridExecutioner.MetaType 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 © 2016. All Rights Reserved.