|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extrememessaging.ResponseMaster.MessageFieldDefinition
public class MessageFieldDefinition
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 |
|---|
public java.lang.String MessageFieldName
public java.lang.Class<?> FetchingClass
public java.lang.Class<?> DataTypeClass
public java.lang.String Parameter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||