Uses of Class
net.anwiba.spatial.ckan.json.types.DateString
-
Packages that use DateString Package Description net.anwiba.spatial.ckan.json.schema.v1_0 net.anwiba.spatial.ckan.json.types net.anwiba.spatial.ckan.utilities -
-
Uses of DateString in net.anwiba.spatial.ckan.json.schema.v1_0
Methods in net.anwiba.spatial.ckan.json.schema.v1_0 that return DateString Modifier and Type Method Description DateStringResource. getCache_last_updated()DateStringOrganization. getCreated()DateStringResource. getCreated()DateStringUser. getCreated()DateStringRoledDate. getDate()DateStringResource. getLast_modified()DateStringDataset. getMetadata_created()DateStringDataset. getMetadata_modified()DateStringDataset. getModified()DateStringShapeInfo. getTimestamp()DateStringExtraDates. getValue()Methods in net.anwiba.spatial.ckan.json.schema.v1_0 with parameters of type DateString Modifier and Type Method Description voidResource. setCache_last_updated(DateString cache_last_updated)voidOrganization. setCreated(DateString created)voidResource. setCreated(DateString created)voidUser. setCreated(DateString created)voidRoledDate. setDate(DateString date)voidResource. setLast_modified(DateString last_modified)voidDataset. setMetadata_created(DateString metadata_created)voidDataset. setMetadata_modified(DateString metadata_modified)voidDataset. setModified(DateString modified)voidShapeInfo. setTimestamp(DateString timestamp)voidExtraDates. setValue(DateString value) -
Uses of DateString in net.anwiba.spatial.ckan.json.types
Methods in net.anwiba.spatial.ckan.json.types that return DateString Modifier and Type Method Description DateStringDateStringDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of DateString in net.anwiba.spatial.ckan.utilities
Methods in net.anwiba.spatial.ckan.utilities with parameters of type DateString Modifier and Type Method Description static java.lang.StringCkanUtilities. toString(DateString dateString)static java.lang.StringCkanUtilities. toUserTimeString(DateString dateString)
-