| Package | Description |
|---|---|
| org.vesalainen.parsers.mmsi |
| Modifier and Type | Method and Description |
|---|---|
static ISO3166Entry |
ISO3166.getForAlpha2(String alpha2)
Returns entry for 2 letter code
|
static ISO3166Entry |
ISO3166.getForAlpha3(String alpha3)
Returns entry for 3 letter code
|
static ISO3166Entry |
ISO3166.getForNumeric(int numeric)
Returns entry for numeric code
|
ISO3166Entry |
MIDEntry.getIso3166Entry()
Returns ISO3166Entry or null if no ISO3166Entry is associated
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ISO3166Entry> |
ISO3166.getAllEntries()
Returns all entries
|
static Collection<ISO3166Entry> |
ISO3166.getEntries(Pattern pattern)
Return entries that match pattern
|
Copyright © 2016. All rights reserved.