Package org.gbif.dwc.terms
Interface AlternativeNames
-
- All Known Implementing Classes:
AcefTerm
,AcTerm
,ChronoTerm
,DcElement
,DcTerm
,DwcaTerm
,DwcTerm
,ExifTerm
,GadmTerm
,GbifDnaTerm
,GbifInternalTerm
,GbifMiqeTerm
,GbifTerm
,GermplasmTerm
,GgbnTerm
,IptcTerm
,IucnTerm
,MixsTerm
,ObisTerm
,PhotoshopTerm
,PlaziTerm
,Wgs84GeoPositioningTerm
,XmpRightsTerm
,XmpTerm
public interface AlternativeNames
Optional interface for terms that have known alternative simple names the TermFactory should be aware of.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
alternativeNames()
-
-
-
Method Detail
-
alternativeNames
String[] alternativeNames()
- Returns:
- array of simple, alternative term names
-
-