public static enum FormatResolver.FormatType extends Enum<FormatResolver.FormatType>
Enum Constant and Description |
---|
DATE |
DATE_TIME |
FLOAT |
INTEGER |
TEXT |
TIME |
Modifier and Type | Method and Description |
---|---|
static FormatResolver.FormatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatResolver.FormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormatResolver.FormatType TEXT
public static final FormatResolver.FormatType FLOAT
public static final FormatResolver.FormatType INTEGER
public static final FormatResolver.FormatType DATE
public static final FormatResolver.FormatType TIME
public static final FormatResolver.FormatType DATE_TIME
public static FormatResolver.FormatType[] values()
for (FormatResolver.FormatType c : FormatResolver.FormatType.values()) System.out.println(c);
public static FormatResolver.FormatType 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 (C) 1998-2018 iText Group NV. All Rights Reserved.