Uses of Class
org.teleal.cling.support.messagebox.model.Message.DisplayType

Packages that use Message.DisplayType
org.teleal.cling.support.messagebox.model   
 

Uses of Message.DisplayType in org.teleal.cling.support.messagebox.model
 

Methods in org.teleal.cling.support.messagebox.model that return Message.DisplayType
 Message.DisplayType Message.getDisplayType()
           
static Message.DisplayType Message.DisplayType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Message.DisplayType[] Message.DisplayType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.teleal.cling.support.messagebox.model with parameters of type Message.DisplayType
Message(int id, Message.Category category, Message.DisplayType displayType)
           
Message(Message.Category category, Message.DisplayType displayType)
           
MessageIncomingCall(Message.DisplayType displayType, DateTime callTime, NumberName callee, NumberName caller)
           
MessageScheduleReminder(Message.DisplayType displayType, DateTime startTime, NumberName owner, String subject, DateTime endTime, String location, String body)
           
MessageSMS(Message.DisplayType displayType, DateTime receiveTime, NumberName receiver, NumberName sender, String body)
           
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.