Uses of Class
de.digitalcollections.model.api.identifiable.entity.geo.enums.GeoLocationType
-
Uses of GeoLocationType in de.digitalcollections.model.api.identifiable.entity.geo
Methods in de.digitalcollections.model.api.identifiable.entity.geo that return GeoLocationType Modifier and Type Method Description GeoLocationTypeGeoLocation. getGeoLocationType()Methods in de.digitalcollections.model.api.identifiable.entity.geo with parameters of type GeoLocationType Modifier and Type Method Description voidGeoLocation. setGeoLocationType(GeoLocationType geoLocationType) -
Uses of GeoLocationType in de.digitalcollections.model.api.identifiable.entity.geo.enums
Methods in de.digitalcollections.model.api.identifiable.entity.geo.enums that return GeoLocationType Modifier and Type Method Description static GeoLocationTypeGeoLocationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GeoLocationType[]GeoLocationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GeoLocationType in de.digitalcollections.model.impl.identifiable.entity.geo
Fields in de.digitalcollections.model.impl.identifiable.entity.geo declared as GeoLocationType Modifier and Type Field Description protected GeoLocationTypeGeoLocationImpl. geoLocationTypeMethods in de.digitalcollections.model.impl.identifiable.entity.geo that return GeoLocationType Modifier and Type Method Description GeoLocationTypeGeoLocationImpl. getGeoLocationType()Methods in de.digitalcollections.model.impl.identifiable.entity.geo with parameters of type GeoLocationType Modifier and Type Method Description voidGeoLocationImpl. setGeoLocationType(GeoLocationType geoLocationType)