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