Uses of Class
de.knipp.rritoolkit.message.Message.Type

Packages that use Message.Type
de.knipp.rritoolkit.message   
de.knipp.rritoolkit.request   
 

Uses of Message.Type in de.knipp.rritoolkit.message
 

Fields in de.knipp.rritoolkit.message declared as Message.Type
private  Message.Type Message.type
          the type of the message
 

Fields in de.knipp.rritoolkit.message with type parameters of type Message.Type
private static java.util.Map<java.lang.String,Message.Type> Message.elementToTypeMap
          map from the XML element's local name to the type
private static java.util.Map<java.lang.String,Message.Type> Message.Type.tokenMap
          map from the token to the type
 

Methods in de.knipp.rritoolkit.message that return Message.Type
static Message.Type Message.Type.fromToken(java.lang.String denicToken)
          return the level for the given token
 Message.Type Message.getType()
          returns the type of the message
static Message.Type Message.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Message.Type[] Message.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.knipp.rritoolkit.message with parameters of type Message.Type
protected static Message Message.createMessage(Message.Type type)
          factory for the various message types
protected  void Message.setData(java.lang.String theID, Message.Type theType, java.util.Date theCreationDate)
          set the member variables of this base class
 

Uses of Message.Type in de.knipp.rritoolkit.request
 

Fields in de.knipp.rritoolkit.request declared as Message.Type
private  Message.Type QueueDeleteRequest.messageType
          the message type
private  Message.Type QueueReadRequest.typeLimitation
          the requested message type
 

Methods in de.knipp.rritoolkit.request that return Message.Type
 Message.Type QueueDeleteRequest.getMessageType()
          return the type of the message that shall be deleted
 Message.Type QueueReadRequest.getTypeLimitation()
          returns the message type to which the read request is limited
 

Methods in de.knipp.rritoolkit.request with parameters of type Message.Type
 void QueueDeleteRequest.setMessageType(Message.Type type)
          set the message type of the message that shall be deleted.
 void QueueReadRequest.setTypeLimitation(Message.Type type)
          sets the message type to which the read request shall be limited
 

Constructors in de.knipp.rritoolkit.request with parameters of type Message.Type
QueueDeleteRequest(java.lang.String id, Message.Type type)
          constructor
QueueReadRequest(Message.Type type)
          constructor
 



Copyright © 2005-2011 Knipp Medien und Kommunikation GmbH