public static enum CollectionExpression.CollectionScope extends Enum<CollectionExpression.CollectionScope>
| Enum Constant and Description |
|---|
EXHAUSTIVE |
INDEXED_ATTRIBUTE |
INDEXED_RESULT_SET |
NON |
OPTIMISED_PRIMARY_KEY_OR_INDEXED_RESULT_SET |
PARTIAL_PRIMARY_KEY_ATTRIBUTE |
PARTIAL_PRIMARY_KEY_RESULT_SET |
PRIMARY_KEY_ATTRIBUTE |
PRIMARY_KEY_RESULT_SET |
| Modifier and Type | Method and Description |
|---|---|
static CollectionExpression.CollectionScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionExpression.CollectionScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionExpression.CollectionScope NON
public static final CollectionExpression.CollectionScope PRIMARY_KEY_ATTRIBUTE
public static final CollectionExpression.CollectionScope PRIMARY_KEY_RESULT_SET
public static final CollectionExpression.CollectionScope INDEXED_ATTRIBUTE
public static final CollectionExpression.CollectionScope INDEXED_RESULT_SET
public static final CollectionExpression.CollectionScope PARTIAL_PRIMARY_KEY_ATTRIBUTE
public static final CollectionExpression.CollectionScope PARTIAL_PRIMARY_KEY_RESULT_SET
public static final CollectionExpression.CollectionScope OPTIMISED_PRIMARY_KEY_OR_INDEXED_RESULT_SET
public static final CollectionExpression.CollectionScope EXHAUSTIVE
public static CollectionExpression.CollectionScope[] values()
for (CollectionExpression.CollectionScope c : CollectionExpression.CollectionScope.values()) System.out.println(c);
public static CollectionExpression.CollectionScope 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 © 2019 WSO2. All rights reserved.