Package org.midheaven.culture
Class CountryCode
java.lang.Object
org.midheaven.culture.CountryCode
Represents Country Code.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Sequence<CountryCode> all()Performs all.booleanPerforms equals.inthashCode()Checks whether hash Code.isoCode()Checks whether iso Code.static CountryCodeParses the provided value.speaking(LanguageCode languageCode) Performs speaking.toString()Returns to String.
-
Method Details
-
parse
Parses the provided value.- Parameters:
code- the code value- Returns:
- the result of parse
-
all
Performs all.- Returns:
- the result of all
-
isoCode
Checks whether iso Code.- Returns:
- the result of isoCode
-
toString
Returns to String. -
equals
Performs equals. -
hashCode
public int hashCode()Checks whether hash Code. -
speaking
Performs speaking.- Parameters:
languageCode- the languageCode value- Returns:
- the result of speaking
-