public final class eMessageFields
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NUM_FIELDS
The number of fields
|
| Constructor and Description |
|---|
eMessageFields() |
| Modifier and Type | Method and Description |
|---|---|
static IMessageField |
GetFetcher(int MessageField) |
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) |
public static IMessageField GetFetcher(int MessageField)
MessageField - The ID of message field to checkpublic static boolean IsValidMessageFieldID(int MessageFieldID)
MessageFieldID - The ID of message field to checkpublic static int GetMessageFieldIdFromName(java.lang.String MessageFieldName)
throws InvalidMessageFieldName
MessageFieldName - The name of the message field to lookupInvalidMessageFieldName - If the message field name isn't found.public static java.lang.String GetMessageFieldNameFromID(int MessageFieldID)
MessageFieldID - The ID of message field to check