Uses of Class
pt.cienciavitae.ns.common_enum.Iso3166CountryEnum
-
Packages that use Iso3166CountryEnum Package Description pt.cienciavitae.ns.common pt.cienciavitae.ns.common_enum -
-
Uses of Iso3166CountryEnum in pt.cienciavitae.ns.common
Fields in pt.cienciavitae.ns.common declared as Iso3166CountryEnum Modifier and Type Field Description protected Iso3166CountryEnumIso3166CountryCtype. codeMethods in pt.cienciavitae.ns.common that return Iso3166CountryEnum Modifier and Type Method Description Iso3166CountryEnumIso3166CountryCtype. getCode()Gets the value of the code property.Methods in pt.cienciavitae.ns.common with parameters of type Iso3166CountryEnum Modifier and Type Method Description voidIso3166CountryCtype. setCode(Iso3166CountryEnum value)Sets the value of the code property. -
Uses of Iso3166CountryEnum in pt.cienciavitae.ns.common_enum
Methods in pt.cienciavitae.ns.common_enum that return Iso3166CountryEnum Modifier and Type Method Description static Iso3166CountryEnumIso3166CountryEnum. fromValue(String v)static Iso3166CountryEnumIso3166CountryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Iso3166CountryEnum[]Iso3166CountryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-