public class ExcelField extends Object implements Cloneable
Constructor and Description |
---|
ExcelField() |
ExcelField(String name,
int type,
String format) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compare(Object obj) |
boolean |
equal(Object obj) |
String |
getFormat() |
String |
getName() |
int |
getType() |
String |
getTypeDesc() |
void |
setFormat(String format) |
void |
setName(String fieldname) |
void |
setType(int type) |
void |
setType(String typeDesc) |
String |
toString() |
public int compare(Object obj)
public boolean equal(Object obj)
public String getName()
public void setName(String fieldname)
public int getType()
public String getTypeDesc()
public void setType(int type)
public void setType(String typeDesc)
public String getFormat()
public void setFormat(String format)
Copyright © 2018 Hitachi Vantara. All rights reserved.