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