public class ColumnInfo
extends java.lang.Object
Constructor and Description |
---|
ColumnInfo()
Construct the ColumnInfo
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnValue()
Return the value for the column.
|
int |
getMaxType()
Return the MboValueInfo of the column
|
MboValueInfo |
getMboValueInfo()
Return the MboValueInfo of the column
|
boolean |
isValueNull()
Return the value for the column.
|
void |
setColumnValue(java.lang.String c)
Set the value for the column.
|
void |
setMaxType(int maxType)
Set the MboValueInfo of the column
|
void |
setMboValueInfo(MboValueInfo e)
Set the MboValueInfo of the column
|
java.lang.String |
toString()
Dump the details of the ColumnInfo object.
|
public java.lang.String getColumnValue()
public boolean isValueNull()
public void setColumnValue(java.lang.String c)
c
- Give value.public MboValueInfo getMboValueInfo()
public void setMboValueInfo(MboValueInfo e)
e
- Give MboValueInfo of the column.public int getMaxType()
public void setMaxType(int maxType)
e
- Give MboValueInfo of the column.public java.lang.String toString()
toString
in class java.lang.Object