mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 21:48:22 +02:00
handle defaults
This commit is contained in:
@@ -40,19 +40,6 @@ public class FieldConfiguration {
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
|
||||
public enum NumberFormat {
|
||||
@SerializedName("decimalChar") DECIMAL_CHAR,
|
||||
@SerializedName("groupChar") GROUP_CHAR,
|
||||
@SerializedName("currency") CURRENCY
|
||||
}
|
||||
|
||||
public static List<String> getNumberFormats() {
|
||||
return Stream.of(NumberFormat.values())
|
||||
.map(NumberFormat::name)
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
|
||||
|
||||
public enum DateFormat {
|
||||
@SerializedName("default") DEFAULT,
|
||||
@SerializedName("any") ANY,
|
||||
|
||||
Reference in New Issue
Block a user