|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageType | |
---|---|
messaging |
Uses of MessageType in messaging |
---|
Fields in messaging declared as MessageType | |
---|---|
private MessageType |
MessageQueryCriteria.messageType
|
MessageType |
Message.type
The message's type, currently just invitation or ownership transfer. |
Methods in messaging that return MessageType | |
---|---|
MessageType |
MessageQueryCriteria.getMessageType()
|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in messaging with parameters of type MessageType | |
---|---|
abstract Message |
MessageFactory.createMessage(MessageType type,
User destination,
String content)
|
void |
MessageQueryCriteria.setMessageType(MessageType messageType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |