Uses of Class
br.com.senior.crm.http.camel.dtos.enums.EnumPhoneTypeDTO
-
Packages that use EnumPhoneTypeDTO Package Description br.com.senior.crm.http.camel.dtos.enums -
-
Uses of EnumPhoneTypeDTO in br.com.senior.crm.http.camel.dtos.enums
Methods in br.com.senior.crm.http.camel.dtos.enums that return EnumPhoneTypeDTO Modifier and Type Method Description static EnumPhoneTypeDTOEnumPhoneTypeDTO. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumPhoneTypeDTO[]EnumPhoneTypeDTO. values()Returns an array containing the constants of this enum type, in the order they are declared.
-