|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extrememessaging.ResponseMaster.eMessageFields
public final class eMessageFields
This class holds information about the message fields
| Field Summary | |
|---|---|
static int |
NUM_FIELDS
The number of fields |
| Constructor Summary | |
|---|---|
eMessageFields()
|
|
| Method Summary | |
|---|---|
static IMessageField |
GetFetcher(int MessageField)
Gets the object that gets the value of a message field |
static int |
GetMessageFieldIdFromName(java.lang.String MessageFieldName)
Gets the id of a field from the name |
static java.lang.String |
GetMessageFieldNameFromID(int MessageFieldID)
Gets the name of a field from the id |
static boolean |
IsValidMessageFieldID(int MessageFieldID)
Is the message field valid? |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int NUM_FIELDS
| Constructor Detail |
|---|
public eMessageFields()
| Method Detail |
|---|
public static IMessageField GetFetcher(int MessageField)
public static boolean IsValidMessageFieldID(int MessageFieldID)
public static int GetMessageFieldIdFromName(java.lang.String MessageFieldName)
throws InvalidMessageFieldName
InvalidMessageFieldNamepublic static java.lang.String GetMessageFieldNameFromID(int MessageFieldID)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||