public enum GatedAPIFeatures extends Enum<GatedAPIFeatures>
| Enum Constant and Description |
|---|
PERFORMANCE_MEASURE_MEMORY |
PERFORMANCE_PROFILE |
SHARED_ARRAY_BUFFERS |
SHARED_ARRAY_BUFFERS_TRANSFER_ALLOWED |
| Modifier and Type | Method and Description |
|---|---|
static GatedAPIFeatures |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GatedAPIFeatures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GatedAPIFeatures SHARED_ARRAY_BUFFERS
public static final GatedAPIFeatures SHARED_ARRAY_BUFFERS_TRANSFER_ALLOWED
public static final GatedAPIFeatures PERFORMANCE_MEASURE_MEMORY
public static final GatedAPIFeatures PERFORMANCE_PROFILE
public static GatedAPIFeatures[] values()
for (GatedAPIFeatures c : GatedAPIFeatures.values()) System.out.println(c);
public static GatedAPIFeatures 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 © 2021 Kenan Klisura. All rights reserved.