static @NotNull AdditionalField.DataType |
AdditionalField.DataType.getByKey(@Nullable String key) |
Get the enum constant by the known additional field data type key (can be null).
|
@NotNull AdditionalField.DataType |
AdditionalField.getDataType() |
Get the data type of this additional field.
|
static AdditionalField.DataType |
AdditionalField.DataType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AdditionalField.DataType[] |
AdditionalField.DataType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|