public static enum FieldMapping.PhysicalType extends java.lang.Enum<FieldMapping.PhysicalType>
| Modifier and Type | Method and Description |
|---|---|
static FieldMapping.PhysicalType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldMapping.PhysicalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldMapping.PhysicalType String
public static final FieldMapping.PhysicalType Long
public static final FieldMapping.PhysicalType Int
public static final FieldMapping.PhysicalType Double
public static final FieldMapping.PhysicalType Blob
public static FieldMapping.PhysicalType[] values()
for (FieldMapping.PhysicalType c : FieldMapping.PhysicalType.values()) System.out.println(c);
public static FieldMapping.PhysicalType 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