public enum DataScope extends Enum<DataScope>
| Enum Constant and Description |
|---|
BID_SUGGESTIONS_DATA |
ENTITY_DATA |
QUALITY_SCORE_DATA |
| Modifier and Type | Method and Description |
|---|---|
static DataScope |
fromValue(String v) |
String |
value() |
static DataScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataScope ENTITY_DATA
public static final DataScope QUALITY_SCORE_DATA
public static final DataScope BID_SUGGESTIONS_DATA
public static DataScope[] values()
for (DataScope c : DataScope.values()) System.out.println(c);
public static DataScope 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 nullpublic String value()
Copyright © 2024. All rights reserved.