write values back to config

This commit is contained in:
2016-09-07 17:27:50 +02:00
committed by Andreas Billmann
parent 5694273c51
commit 7723906935
2 changed files with 128 additions and 65 deletions

View File

@@ -14,6 +14,12 @@ public class FieldConfiguration {
@SerializedName("date") DATE,
@SerializedName("datetime") DATETIME,
@SerializedName("time") TIME
// TODO: currently not supported
// @SerializedName("object") OBJECT,
// @SerializedName("array") ARRAY,
// @SerializedName("duration") DURATION,
// @SerializedName("geopoint") GEOPOINT,
// @SerializedName("geojson") GEOJSON
}
private String name;