| 构造器和说明 |
|---|
DbfField(String code,
String name,
com.linuxense.javadbf.DBFDataType type,
int length) |
public String getCode()
public void setCode(String code)
code - the code to setpublic String getName()
public void setName(String name)
name - the name to setpublic com.linuxense.javadbf.DBFDataType getType()
public void setType(com.linuxense.javadbf.DBFDataType type)
type - the type to setpublic int getLength()
public void setLength(int length)
length - the length to setCopyright © 2023. All rights reserved.