public enum EExportDataType extends Enum<EExportDataType> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
BOOLEAN |
DATE |
DATETIME |
DOUBLE |
INT |
TEXT |
TIME |
| Modifier and Type | Method and Description |
|---|---|
static EExportDataType |
getFromIDOrNull(String sID) |
String |
getID() |
static EExportDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EExportDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EExportDataType BOOLEAN
public static final EExportDataType DATE
public static final EExportDataType DATETIME
public static final EExportDataType DOUBLE
public static final EExportDataType INT
public static final EExportDataType TEXT
public static final EExportDataType TIME
public static EExportDataType[] values()
for (EExportDataType c : EExportDataType.values()) System.out.println(c);
public static EExportDataType 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nullable public static EExportDataType getFromIDOrNull(@Nullable String sID)
Copyright © 2014–2023 Philip Helger. All rights reserved.