public class DataType extends FixedCodeType
FixedCodeType.FixedCodeItem| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ClobText |
static String |
CODETYPE |
int |
Count |
String |
DataType |
static String |
Datetime |
static String |
Double |
static String |
LargeText |
static String |
Long |
static String |
MediumText |
static String |
ShortText |
| 构造器和说明 |
|---|
DataType() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,Integer> |
getFieldTypes() |
static boolean |
isClobText(String type) |
static boolean |
isDate(String type) |
static boolean |
isDouble(String type) |
static boolean |
isLargeText(String type) |
static boolean |
isLong(String type) |
static boolean |
isMediumText(String type) |
static boolean |
isShortText(String type) |
addFixedItem, allowAddItem, contains, getCodeName, getCodeType, getExtendItemID, getExtendItemName, getFixedItems, isMultiLevel, setCodeNamepublic String DataType
public int Count
public static boolean isClobText(String type)
public static boolean isDate(String type)
public static boolean isDouble(String type)
public static boolean isLargeText(String type)
public static boolean isLong(String type)
public static boolean isMediumText(String type)
public static boolean isShortText(String type)
Copyright © 2020. All rights reserved.