public enum WFieldFormat extends Enum<WFieldFormat>
| Enum Constant and Description |
|---|
CURRENCY |
CUSTOM |
GENERALNUMBER |
LONGDATE |
LONGDATETIME |
LONGTIME |
NONE |
PERCENT |
SCIENTIFIC |
SHORTDATE |
SHORTDATETIME |
SHORTTIME |
| Modifier and Type | Method and Description |
|---|---|
static WFieldFormat |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static WFieldFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WFieldFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFieldFormat NONE
public static final WFieldFormat SHORTDATE
public static final WFieldFormat LONGDATE
public static final WFieldFormat SHORTDATETIME
public static final WFieldFormat LONGDATETIME
public static final WFieldFormat SHORTTIME
public static final WFieldFormat LONGTIME
public static final WFieldFormat GENERALNUMBER
public static final WFieldFormat CURRENCY
public static final WFieldFormat PERCENT
public static final WFieldFormat SCIENTIFIC
public static final WFieldFormat CUSTOM
public static WFieldFormat[] values()
for (WFieldFormat c : WFieldFormat.values()) System.out.println(c);
public static WFieldFormat 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 getValue()
public String toString()
toString in class Enum<WFieldFormat>public static WFieldFormat fromValue(String input)
Copyright © 2022. All rights reserved.