Package | Description |
---|---|
org.openestate.io.examples |
Some example classes, that illustrate the general usage of this library.
|
org.openestate.io.is24_csv |
Read and write CSV data in IS24-CSV format.
|
org.openestate.io.is24_csv.records |
Records for the IS24-CSV format.
|
Modifier and Type | Method and Description |
---|---|
protected static Is24CsvRecord |
Is24CsvWritingExample.createHausKaufRecord()
Create an
HausKauf with some example data. |
protected static Is24CsvRecord |
Is24CsvWritingExample.createWohnungMieteRecord()
Create an
WohnungMiete with some example data. |
Modifier and Type | Method and Description |
---|---|
protected static void |
Is24CsvWritingExample.init(Is24CsvRecord obj)
Init common values of an
Is24CsvRecord . |
Modifier and Type | Method and Description |
---|---|
protected static void |
Is24CsvWritingExample.write(List<Is24CsvRecord> records,
File file)
Write some
Is24CsvRecord objects into a File . |
protected static void |
Is24CsvWritingExample.write(List<Is24CsvRecord> records,
OutputStream output)
Write some
Is24CsvRecord objects into an OutputStream . |
protected static void |
Is24CsvWritingExample.write(List<Is24CsvRecord> records,
Writer output)
Write some
Is24CsvRecord objects into a Writer . |
protected static void |
Is24CsvWritingExample.writeToConsole(List<Is24CsvRecord> records)
Write some
Is24CsvRecord objects into a String and print the
results to the console. |
Modifier and Type | Method and Description |
---|---|
static Is24CsvRecord |
Is24CsvParser.createRecord(org.apache.commons.csv.CSVRecord record)
Creates a record, according to the object category, that is provided in
a
CSVRecord . |
protected Is24CsvRecord |
Is24CsvParser.newRecord(org.apache.commons.csv.CSVRecord record) |
Modifier and Type | Class and Description |
---|---|
class |
Anlageobjekt
Record from the IS24-CSV format for investment objects.
|
class |
GewerbeBueroPraxis
Record from the IS24-CSV format for offices / surgeries.
|
class |
GewerbeEinzelhandel
Record from the IS24-CSV format for retail objects.
|
class |
GewerbeGastronomieHotel
Record from the IS24-CSV format for gastronomy objects.
|
class |
GewerbeHalleProduktion
Record from the IS24-CSV format for storage / production objects.
|
class |
GewerbeSonstiges
Record from the IS24-CSV format for further commercial objects.
|
class |
Grundstueck
General record from the IS24-CSV format for plots.
|
class |
GrundstueckGewerbe
Record from the IS24-CSV format for plots with commercial use.
|
class |
GrundstueckWohnen
Record from the IS24-CSV format for plots with residential use.
|
class |
HausKauf
Record from the IS24-CSV format for houses to purchase.
|
class |
HausMiete
Record from the IS24-CSV format for houses to rent.
|
class |
StellplatzKauf
Record from the IS24-CSV format for parking spaces to purchase.
|
class |
StellplatzMiete
Record from the IS24-CSV format for parking spaces to rent.
|
class |
WohnenAufZeit
Record from the IS24-CSV format for short term accomodation.
|
class |
WohnungKauf
Record from the IS24-CSV format for residences to purchase.
|
class |
WohnungMiete
Record from the IS24-CSV format for residences to rent.
|
Copyright © 2015 OpenEstate. All rights reserved.