Uses of Class
tr.gov.efatura.useraccount.CountryCodeEnumType
-
Packages that use CountryCodeEnumType Package Description tr.gov.efatura.useraccount -
-
Uses of CountryCodeEnumType in tr.gov.efatura.useraccount
Methods in tr.gov.efatura.useraccount that return CountryCodeEnumType Modifier and Type Method Description static CountryCodeEnumTypeCountryCodeEnumType. fromValue(String v)static CountryCodeEnumTypeCountryCodeEnumType. valueOf(String name)Returns the enum constant of this type with the specified name.static CountryCodeEnumType[]CountryCodeEnumType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-