org.robokind.api.messaging
Class Constants

java.lang.Object
  extended by org.robokind.api.messaging.Constants

public class Constants
extends Object

Author:
Matthew Stevenson

Field Summary
static String PROP_DECODER_ID
           
static String PROP_ENCODER_ID
           
static String PROP_MESSAGE_RECEIVER_ID
          Property string for identifying a Message Receiver.
static String PROP_MESSAGE_SENDER_ID
          Property string for identifying a Message Sender.
static String PROP_MESSAGE_TYPE
          Property string for specifying a Message type.
static String PROP_RECORD_RECEIVER_ID
          Property string for identifying a Record Receiver.
static String PROP_RECORD_SENDER_ID
          Property string for identifying a Record Sender.
static String PROP_RECORD_TYPE
          Property string for specifying a Record type.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_MESSAGE_SENDER_ID

public static final String PROP_MESSAGE_SENDER_ID
Property string for identifying a Message Sender.

See Also:
Constant Field Values

PROP_MESSAGE_RECEIVER_ID

public static final String PROP_MESSAGE_RECEIVER_ID
Property string for identifying a Message Receiver.

See Also:
Constant Field Values

PROP_MESSAGE_TYPE

public static final String PROP_MESSAGE_TYPE
Property string for specifying a Message type.

See Also:
Constant Field Values

PROP_RECORD_SENDER_ID

public static final String PROP_RECORD_SENDER_ID
Property string for identifying a Record Sender.

See Also:
Constant Field Values

PROP_RECORD_RECEIVER_ID

public static final String PROP_RECORD_RECEIVER_ID
Property string for identifying a Record Receiver.

See Also:
Constant Field Values

PROP_RECORD_TYPE

public static final String PROP_RECORD_TYPE
Property string for specifying a Record type.

See Also:
Constant Field Values

PROP_ENCODER_ID

public static final String PROP_ENCODER_ID
See Also:
Constant Field Values

PROP_DECODER_ID

public static final String PROP_DECODER_ID
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2011-2013. All Rights Reserved.