Uses of Class
com.neovisionaries.i18n.CountryCode.Assignment
-
-
Uses of CountryCode.Assignment in com.neovisionaries.i18n
Fields in com.neovisionaries.i18n declared as CountryCode.Assignment Modifier and Type Field Description private CountryCode.Assignment
CountryCode. assignment
Methods in com.neovisionaries.i18n that return CountryCode.Assignment Modifier and Type Method Description CountryCode.Assignment
CountryCode. getAssignment()
Get the assignment state of this country code in ISO 3166-1.static CountryCode.Assignment
CountryCode.Assignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CountryCode.Assignment[]
CountryCode.Assignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.neovisionaries.i18n with parameters of type CountryCode.Assignment Constructor Description CountryCode(java.lang.String name, java.lang.String alpha3, int numeric, CountryCode.Assignment assignment)
-