|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlternateNameSource | |
---|---|
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. |
Uses of AlternateNameSource in com.gisgraphy.domain.geoloc.entity |
---|
Methods in com.gisgraphy.domain.geoloc.entity that return AlternateNameSource | |
---|---|
AlternateNameSource |
AlternateName.getSource()
It tells from which files / gazetteers it has been imported |
Methods in com.gisgraphy.domain.geoloc.entity with parameters of type AlternateNameSource | |
---|---|
void |
AlternateName.setSource(AlternateNameSource source)
Set the source from which the alternate name come from |
Constructors in com.gisgraphy.domain.geoloc.entity with parameters of type AlternateNameSource | |
---|---|
AlternateName(java.lang.String name,
AlternateNameSource source)
|
Uses of AlternateNameSource in com.gisgraphy.domain.valueobject |
---|
Methods in com.gisgraphy.domain.valueobject that return AlternateNameSource | |
---|---|
static AlternateNameSource |
AlternateNameSource.valueOf(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |