|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message.DisplayType | |
---|---|
org.fourthline.cling.support.messagebox.model |
Uses of Message.DisplayType in org.fourthline.cling.support.messagebox.model |
---|
Methods in org.fourthline.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.fourthline.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |