public enum CQL4SkipMetadataResolveMethod extends Enum<CQL4SkipMetadataResolveMethod>
| Modifier and Type | Method and Description |
|---|---|
static CQL4SkipMetadataResolveMethod |
fromValue(String value) |
String |
toString() |
static CQL4SkipMetadataResolveMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CQL4SkipMetadataResolveMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CQL4SkipMetadataResolveMethod SMART
public static final CQL4SkipMetadataResolveMethod ENABLED
public static final CQL4SkipMetadataResolveMethod DISABLED
public static CQL4SkipMetadataResolveMethod[] values()
for (CQL4SkipMetadataResolveMethod c : CQL4SkipMetadataResolveMethod.values()) System.out.println(c);
public static CQL4SkipMetadataResolveMethod 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 toString()
toString in class Enum<CQL4SkipMetadataResolveMethod>@NonNull public static CQL4SkipMetadataResolveMethod fromValue(@NonNull String value) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2017–2025. All rights reserved.