public static enum Entity.DATA_FORM extends Enum<Entity.DATA_FORM>
| Enum Constant and Description |
|---|
DF_CHART |
DF_CHUNK |
DF_DICTIONARY |
DF_MATRIX |
DF_PAIR |
DF_SCALAR |
DF_SET |
DF_TABLE |
DF_VECTOR |
| Modifier and Type | Method and Description |
|---|---|
static Entity.DATA_FORM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entity.DATA_FORM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entity.DATA_FORM DF_SCALAR
public static final Entity.DATA_FORM DF_VECTOR
public static final Entity.DATA_FORM DF_PAIR
public static final Entity.DATA_FORM DF_MATRIX
public static final Entity.DATA_FORM DF_SET
public static final Entity.DATA_FORM DF_DICTIONARY
public static final Entity.DATA_FORM DF_TABLE
public static final Entity.DATA_FORM DF_CHART
public static final Entity.DATA_FORM DF_CHUNK
public static Entity.DATA_FORM[] values()
for (Entity.DATA_FORM c : Entity.DATA_FORM.values()) System.out.println(c);
public static Entity.DATA_FORM 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 DolphinDB. All rights reserved.