public enum WFieldType extends Enum<WFieldType>
| Enum Constant and Description |
|---|
BLOB |
DATE |
DATETIME |
LIST |
LONGINTEGER |
NUMBER |
SHORTINTEGER |
STRING |
TIME |
| Modifier and Type | Method and Description |
|---|---|
static WFieldType |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static WFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFieldType DATETIME
public static final WFieldType BLOB
public static final WFieldType DATE
public static final WFieldType SHORTINTEGER
public static final WFieldType LONGINTEGER
public static final WFieldType LIST
public static final WFieldType NUMBER
public static final WFieldType STRING
public static final WFieldType TIME
public static WFieldType[] values()
for (WFieldType c : WFieldType.values()) System.out.println(c);
public static WFieldType 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<WFieldType>public static WFieldType fromValue(String input)
Copyright © 2022. All rights reserved.