Uses of Class
rreval.MessageType

Uses of MessageType in rreval
 

Fields in rreval declared as MessageType
 MessageType Message.type
           
 

Methods in rreval that return MessageType
static MessageType MessageType.valueOf(java.lang.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.
 

Constructors in rreval with parameters of type MessageType
Message(MessageType type, java.lang.String obj)
           
Message(MessageType type, java.lang.String obj, java.math.BigInteger md5)