public static enum FieldMapping.LogicalType extends java.lang.Enum<FieldMapping.LogicalType>
| Enum Constant and Description |
|---|
Array |
Boolean |
Double |
EnumInt |
Int |
Long |
Physical |
String |
| Modifier and Type | Method and Description |
|---|---|
static FieldMapping.LogicalType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldMapping.LogicalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldMapping.LogicalType String
public static final FieldMapping.LogicalType Long
public static final FieldMapping.LogicalType Int
public static final FieldMapping.LogicalType Boolean
public static final FieldMapping.LogicalType Array
public static final FieldMapping.LogicalType EnumInt
public static final FieldMapping.LogicalType Double
public static final FieldMapping.LogicalType Physical
public static FieldMapping.LogicalType[] values()
for (FieldMapping.LogicalType c : FieldMapping.LogicalType.values()) System.out.println(c);
public static FieldMapping.LogicalType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null