public static enum LeftIndexingOp.LeftIndexingMethod extends Enum<LeftIndexingOp.LeftIndexingMethod>
Enum Constant and Description |
---|
SP_GLEFTINDEX |
SP_MLEFTINDEX_L |
SP_MLEFTINDEX_R |
Modifier and Type | Method and Description |
---|---|
static LeftIndexingOp.LeftIndexingMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeftIndexingOp.LeftIndexingMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeftIndexingOp.LeftIndexingMethod SP_GLEFTINDEX
public static final LeftIndexingOp.LeftIndexingMethod SP_MLEFTINDEX_R
public static final LeftIndexingOp.LeftIndexingMethod SP_MLEFTINDEX_L
public static LeftIndexingOp.LeftIndexingMethod[] values()
for (LeftIndexingOp.LeftIndexingMethod c : LeftIndexingOp.LeftIndexingMethod.values()) System.out.println(c);
public static LeftIndexingOp.LeftIndexingMethod 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 © 2020 The Apache Software Foundation. All rights reserved.