ISO3166

org.encalmo.models.ISO3166
object ISO3166

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ISO3166.type

Members list

Type members

Classlikes

final case class Country(name: String, alpha2: String, alpha3: String, countryCode: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete fields

final val countries: Set[Country]