public interface MessageFamily
A MessageFamily represents a group of message types, and may itself contain MessageFamilies. A MessageFamily is purely an organizational construct that is used by builder tools, but does not have any runtime functionality.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MessageFamily[] | 
getMessageFamilies()
Returns the message families contained within this message
 family. 
 | 
java.lang.String | 
getMessageFamilyName()
Returns the name of the MessageFamily. 
 | 
MessageType[] | 
getMessageTypes()
Returns the message types which are contained within this message
 family. 
 | 
static final java.lang.String CLASS_VERSION
java.lang.String getMessageFamilyName()
MessageType[] getMessageTypes()
MessageFamily[] getMessageFamilies()