public static enum DataFormat.Version extends Enum<DataFormat.Version>
| Modifier and Type | Method and Description |
|---|---|
static Optional<DataFormat.Version> |
byCode(String code) |
String |
toString() |
static DataFormat.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFormat.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataFormat.Version V5
public static final DataFormat.Version UNKNOWN
public static DataFormat.Version[] values()
for (DataFormat.Version c : DataFormat.Version.values()) System.out.println(c);
public static DataFormat.Version 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 toString()
toString in class Enum<DataFormat.Version>public static Optional<DataFormat.Version> byCode(String code)
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.