@Deprecated public enum LeftOperandType extends Enum<LeftOperandType>
| Enum Constant and Description |
|---|
DATA
Deprecated.
|
DOCUMENT
Deprecated.
|
EXTERNAL_DATA
Deprecated.
|
SEARCH_INDEX
Deprecated.
|
TRANSIENT_DATA
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static LeftOperandType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LeftOperandType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeftOperandType DATA
public static final LeftOperandType SEARCH_INDEX
public static final LeftOperandType DOCUMENT
public static final LeftOperandType EXTERNAL_DATA
public static final LeftOperandType TRANSIENT_DATA
public static LeftOperandType[] values()
for (LeftOperandType c : LeftOperandType.values()) System.out.println(c);
public static LeftOperandType 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 © 2018 Bonitasoft S.A.. All rights reserved.