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