|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.flatpack.structure.ColumnMetaData
public class ColumnMetaData
| Constructor Summary | |
|---|---|
ColumnMetaData()
constructor |
|
| Method Summary | |
|---|---|
int |
getColLength()
Returns the colLength. |
java.lang.String |
getColName()
Returns the colName. |
int |
getEndPosition()
Returns the endPosition. |
int |
getStartPosition()
Returns the startPosition. |
void |
setColLength(int colLength)
Sets the colLength. |
void |
setColName(java.lang.String colName)
Sets the colName. |
void |
setEndPosition(int endPosition)
Sets the endPosition. |
void |
setStartPosition(int startPosition)
Sets the startPosition. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnMetaData()
| Method Detail |
|---|
public int getColLength()
public java.lang.String getColName()
public int getEndPosition()
public int getStartPosition()
public void setColLength(int colLength)
colLength - The colLength to setpublic void setColName(java.lang.String colName)
colName - The colName to setpublic void setEndPosition(int endPosition)
endPosition - The endPosition to setpublic void setStartPosition(int startPosition)
startPosition - The startPosition to setpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||