public static enum OdpsScollResultSet.ResultMode extends Enum<OdpsScollResultSet.ResultMode>
| Enum Constant and Description |
|---|
INTERACTIVE |
OFFLINE |
| Modifier and Type | Method and Description |
|---|---|
static OdpsScollResultSet.ResultMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdpsScollResultSet.ResultMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdpsScollResultSet.ResultMode OFFLINE
public static final OdpsScollResultSet.ResultMode INTERACTIVE
public static OdpsScollResultSet.ResultMode[] values()
for (OdpsScollResultSet.ResultMode c : OdpsScollResultSet.ResultMode.values()) System.out.println(c);
public static OdpsScollResultSet.ResultMode 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 © 2023 Alibaba Cloud Computing. All rights reserved.