| Package | Description |
|---|---|
| org.openestate.io.is24_csv.types |
Data types for the IS24-CSV format.
|
| Modifier and Type | Method and Description |
|---|---|
DateiTyp |
Datei.getTyp() |
static DateiTyp |
DateiTyp.parse(String value) |
static DateiTyp |
DateiTyp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateiTyp[] |
DateiTyp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Datei.setTyp(DateiTyp value) |
| Constructor and Description |
|---|
Datei(String name,
DateiTyp art,
DateiSuffix typ) |
Datei(String name,
DateiTyp art,
DateiSuffix typ,
String text) |
Datei(String name,
DateiTyp art,
DateiSuffix typ,
String text,
int abspieldauer) |
Copyright © 2016 OpenEstate. All rights reserved.