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