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