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