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