public enum FieldType extends Enum<FieldType> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Blob
二进制
|
Boolean
短整型
|
Byte
字节
|
DateTime
日期型
|
Decimal
高精度数值型
|
Double
双精度浮点型
|
Float
浮点型
|
Int
整型
|
Long
长整型
|
OID
OID
|
Shape
几何类型
|
Short
短整型
|
String
字符串
|
Text
文本型
|
Unknown
未知类型
|
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
getByValue(Integer value) |
int |
getValue() |
static FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldType Unknown
public static final FieldType Boolean
public static final FieldType Byte
public static final FieldType DateTime
public static final FieldType Decimal
public static final FieldType Double
public static final FieldType Short
public static final FieldType Int
public static final FieldType Long
public static final FieldType Float
public static final FieldType String
public static final FieldType Blob
public static final FieldType Text
public static final FieldType Shape
public static final FieldType OID
public static FieldType[] values()
for (FieldType c : FieldType.values()) System.out.println(c);
public static FieldType 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 int getValue()
getValue in interface com.geoway.adf.gis.basic.IEnumCopyright © 2025. All rights reserved.