| Package | Description |
|---|---|
| org.openestate.io.is24_csv.types |
Data types for the IS24-CSV format.
|
| Modifier and Type | Method and Description |
|---|---|
static DateiSuffix |
DateiSuffix.fromFileName(String fileName) |
static DateiSuffix |
DateiSuffix.fromMimeType(String mimeType) |
DateiSuffix |
Datei.getSuffix() |
static DateiSuffix |
DateiSuffix.parse(String value) |
static DateiSuffix |
DateiSuffix.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateiSuffix[] |
DateiSuffix.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.setSuffix(DateiSuffix 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.