org.aludratest.content.separated.util
Class ColumnConfig
java.lang.Object
org.aludratest.content.separated.util.ColumnConfig
public class ColumnConfig
- extends Object
Represents a column in a separated file.
- Author:
- Volker Bergmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnConfig
public ColumnConfig(Field attribute,
int index,
String format)
- Constructor.
- Parameters:
attribute
- index
- format
-
getDeclaringClass
public Class<? extends SeparatedFileBeanData> getDeclaringClass()
- Returns:
- the class that decalres the attribute
getName
public String getName()
- Returns:
- the name of the attribute
getIndex
public int getIndex()
- Returns:
- the column index in the separated file
getFormat
public String getFormat()
- Returns:
- the format information
Copyright © 2015 aludratest.org. All rights reserved.