com.extrememessaging.ResponseMaster
Class MessageFieldDefinition

java.lang.Object
  extended by com.extrememessaging.ResponseMaster.MessageFieldDefinition

public class MessageFieldDefinition
extends java.lang.Object

This class holds the definition of a message field


Field Summary
 java.lang.Class<?> DataTypeClass
          The class of the datatype for this field
 java.lang.Class<?> FetchingClass
          The class that extracts the field from the message
 java.lang.String MessageFieldName
          The name of the field.
 java.lang.String Parameter
          The configuration parameter for the field
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MessageFieldName

public java.lang.String MessageFieldName
The name of the field. Note: This is case-sensitive


FetchingClass

public java.lang.Class<?> FetchingClass
The class that extracts the field from the message


DataTypeClass

public java.lang.Class<?> DataTypeClass
The class of the datatype for this field


Parameter

public java.lang.String Parameter
The configuration parameter for the field