Package net.simplace.core.io
Klasse ColumnData
java.lang.Object
net.simplace.core.io.ColumnData
- Autor:
- Andreas Enders
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungColumnData(int aStartCol, int aEndCol, String aColName, String aValue, String aDataType, boolean aIsHeadColumn, int aColumnIndex) protectedColumnData(org.jdom2.Element aDataElement, int aColumnIndex, FWObservable aObservable) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintintinthashCode()voidinitColName(String aLine, int aI) booleanbooleanprotected voidsetColName(String aColName) protected voidsetColumnIndex(int aColumnIndex) voidtoString()
-
Konstruktordetails
-
ColumnData
- Parameter:
aDataElement-aColumnIndex-aObservable-
-
ColumnData
public ColumnData(int aStartCol, int aEndCol, String aColName, String aValue, String aDataType, boolean aIsHeadColumn, int aColumnIndex) - Parameter:
aStartCol-aEndCol-aColName-aValue-aDataType-aIsHeadColumn-aColumnIndex-
-
-
Methodendetails
-
getColName
- Gibt zurück:
- the colName
-
getDataType
- Gibt zurück:
- the dataType
-
getEndCol
public int getEndCol()- Gibt zurück:
- the endCol
-
getStartCol
public int getStartCol()- Gibt zurück:
- the startCol
-
getColumnIndex
public int getColumnIndex()- Gibt zurück:
- the columnIndex
-
initColName
- Parameter:
aLine-aI-
-
setColumnIndex
protected void setColumnIndex(int aColumnIndex) - Parameter:
aColumnIndex- the columnIndex to set
-
isHeadColumn
public boolean isHeadColumn()- Gibt zurück:
- the isHeadColumn
-
isCharType
public boolean isCharType()- Gibt zurück:
- the isHeadColumn
-
setColName
- Parameter:
aColName- the colName to set
-
getValue
- Parameter:
aLine-aRowIndex-- Gibt zurück:
- the value
-
setValue
- Parameter:
aValue- the value to set
-
equals
-
hashCode
public int hashCode() -
toString
-