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