Uses of Class
de.digitalcollections.model.identifiable.entity.geo.location.GeoLocationType
-
Packages that use GeoLocationType Package Description de.digitalcollections.model.identifiable.entity.geo.location -
-
Uses of GeoLocationType in de.digitalcollections.model.identifiable.entity.geo.location
Fields in de.digitalcollections.model.identifiable.entity.geo.location declared as GeoLocationType Modifier and Type Field Description protected GeoLocationTypeGeoLocation. geoLocationTypeMethods in de.digitalcollections.model.identifiable.entity.geo.location that return GeoLocationType Modifier and Type Method Description GeoLocationTypeGeoLocation. getGeoLocationType()static GeoLocationTypeGeoLocationType. valueOf(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.Methods in de.digitalcollections.model.identifiable.entity.geo.location with parameters of type GeoLocationType Modifier and Type Method Description voidGeoLocation. setGeoLocationType(GeoLocationType geoLocationType)
-