Uses of Class
uk.co.keang.callerid.driver.WhyNoNumber

Uses of WhyNoNumber in uk.co.keang.callerid.driver
 

Methods in uk.co.keang.callerid.driver that return WhyNoNumber
static WhyNoNumber WhyNoNumber.getEnum(int hexCode)
           
 WhyNoNumber CallerIDMessage.getWhyNoNumber()
          Gets the reason why there is no phone number
static WhyNoNumber WhyNoNumber.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WhyNoNumber[] WhyNoNumber.values()
          Returns an array containing the constants of this enum type, in the order they are declared.