atg.dms.registry
Interface MessageFamily


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.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 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.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getMessageFamilyName

java.lang.String getMessageFamilyName()
Returns the name of the MessageFamily. The name will be unique among all of the MessageFamily's siblings.


getMessageTypes

MessageType[] getMessageTypes()
Returns the message types which are contained within this message family.


getMessageFamilies

MessageFamily[] getMessageFamilies()
Returns the message families contained within this message family.