Package | Description |
---|---|
com.gisgraphy.domain.geoloc.entity | |
com.gisgraphy.domain.valueobject |
Gisgraphy Project
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
|
Modifier and Type | Method and Description |
---|---|
AlternateNameSource |
AlternateOsmName.getSource()
It tells from which files / gazetteers it has been imported
|
AlternateNameSource |
AlternateName.getSource()
It tells from which files / gazetteers it has been imported
|
Modifier and Type | Method and Description |
---|---|
void |
AlternateOsmName.setSource(AlternateNameSource source)
Set the source from which the alternate name come from
|
void |
AlternateName.setSource(AlternateNameSource source)
Set the source from which the alternate name come from
|
Constructor and Description |
---|
AlternateName(String name,
AlternateNameSource source) |
AlternateOsmName(String name,
AlternateNameSource source) |
Modifier and Type | Method and Description |
---|---|
static AlternateNameSource |
AlternateNameSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlternateNameSource[] |
AlternateNameSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.