Uses of Class
org.isda.cdm.TelephoneTypeEnum
-
Packages that use TelephoneTypeEnum Package Description org.isda.cdm -
-
Uses of TelephoneTypeEnum in org.isda.cdm
Fields in org.isda.cdm declared as TelephoneTypeEnum Modifier and Type Field Description protected TelephoneTypeEnum
TelephoneNumber.TelephoneNumberBuilder. type
Methods in org.isda.cdm that return TelephoneTypeEnum Modifier and Type Method Description TelephoneTypeEnum
TelephoneNumber. getType()
The type of telephone number, e.g.TelephoneTypeEnum
TelephoneNumber.TelephoneNumberBuilder. getType()
static TelephoneTypeEnum
TelephoneTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TelephoneTypeEnum[]
TelephoneTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type TelephoneTypeEnum Modifier and Type Method Description TelephoneNumber.TelephoneNumberBuilder
TelephoneNumber.TelephoneNumberBuilder. setType(TelephoneTypeEnum type)
-