| Package | Description |
|---|---|
| org.nuiton.util.csv |
This package contains a framework to import and export data from a
csv file using a model which permits us to validate what to do.
|
| org.nuiton.util.csv.ext |
Offers some extended api.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Common.BooleanParserFormatter |
static class |
Common.CharacterParserFormatter |
static class |
Common.DateValue |
static class |
Common.DoubleParserFormatter |
static class |
Common.EnumByNameParserFormatter<E extends Enum<E>> |
static class |
Common.EnumByOrdinalParserFormatter<E extends Enum<E>> |
static class |
Common.FloatParserFormatter |
static class |
Common.IntegerParserFormatter |
static class |
Common.LongParserFormatter |
static class |
Common.NullableParserFormatter<O> |
static class |
Common.StringValueParser |
static class |
Common.ToStringParserFormatter<E> |
| Modifier and Type | Field and Description |
|---|---|
static ValueParserFormatter<Boolean> |
Common.BOOLEAN |
static ValueParserFormatter<Character> |
Common.CHAR |
static ValueParserFormatter<Date> |
Common.DAY |
static ValueParserFormatter<Date> |
Common.DAY_TIME |
static ValueParserFormatter<Date> |
Common.DAY_TIME_SECOND |
static ValueParserFormatter<Double> |
Common.DOUBLE |
static ValueParserFormatter<Double> |
Common.DOUBLE_PRIMITIVE |
static ValueParserFormatter<Float> |
Common.FLOAT |
static ValueParserFormatter<Integer> |
Common.INTEGER |
static ValueParserFormatter<Long> |
Common.LONG |
static ValueParserFormatter<Boolean> |
Common.PRIMITIVE_BOOLEAN |
static ValueParserFormatter<Float> |
Common.PRIMITIVE_FLOAT |
static ValueParserFormatter<Integer> |
Common.PRIMITIVE_INTEGER |
static ValueParserFormatter<Long> |
Common.PRIMITIVE_LONG |
static ValueParserFormatter<String> |
Common.STRING |
static ValueParserFormatter<Date> |
Common.WEEK
A week in a given year, ie "1/2011" until "52/2011"
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum<E>> |
Common.newEnumByNameParserFormatter(Class<E> enumType) |
static <E extends Enum<E>> |
Common.newEnumByOrdinalParserFormatter(Class<E> enumType) |
| Modifier and Type | Method and Description |
|---|---|
<T> ImportableExportableColumn<E,T> |
ModelBuilder.newColumnForImportExport(String headerName,
String propertyName,
ValueParserFormatter<T> valueParserFormatter) |
<T> ImportableExportableColumn<E,T> |
ModelBuilder.newColumnForImportExport(String headerName,
ValueGetterSetter<E,T> valueGetterSetter,
ValueParserFormatter<T> valueParserFormatter) |
static <E,T> Column<E,T> |
Column.newImportableExportableColumn(String headerName,
ValueGetterSetter<E,T> valueGetterSetter,
ValueParserFormatter<T> valueParserFormatter,
boolean ignored) |
| Modifier and Type | Method and Description |
|---|---|
<T> ImportableExportableColumn<E,T> |
AbstractImportExportModel.newColumnForImportExport(String headerName,
String propertyName,
ValueParserFormatter<T> valueParserFormatter) |
<T> ImportableExportableColumn<E,T> |
AbstractImportExportModel.newColumnForImportExport(String headerName,
ValueGetterSetter<E,T> etValueGetterSetter,
ValueParserFormatter<T> valueParserFormatter) |
<T> ImportableExportableColumn<E,T> |
AbstractImportExportModel.newColumnForImportExport(String headerName,
ValueParserFormatter<T> valueParserFormatter) |
Copyright © 2011-2013 CodeLutin. All Rights Reserved.