Uses of Enum
com.neovisionaries.i18n.CountryCode.Assignment
-
Uses of CountryCode.Assignment in com.neovisionaries.i18n
Fields in com.neovisionaries.i18n declared as CountryCode.AssignmentMethods in com.neovisionaries.i18n that return CountryCode.AssignmentModifier and TypeMethodDescriptionCountryCode.getAssignment()
Get the assignment state of this country code in ISO 3166-1.static CountryCode.Assignment
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.AssignmentModifierConstructorDescriptionprivate
CountryCode
(String name, String alpha3, int numeric, CountryCode.Assignment assignment)