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