Interface IMessageEventDefinition

All Known Implementing Classes:
MessageEventDefinition

public interface IMessageEventDefinition
This interface represents the definition of a message event.
Since:
9.1
Author:
a.pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the definition of the datafield.
    This method returns the names of the data fields, may not be null.
    This method returns the name of the message event, may not be null.
  • Method Details

    • getName

      String getName()
      This method returns the name of the message event, may not be null.
      Returns:
      The name of the event, never null.
    • getFieldNames

      String[] getFieldNames()
      This method returns the names of the data fields, may not be null. s
      Returns:
      The names of the data fields, never null.
    • getField

      This method returns the definition of the datafield.
      Parameters:
      name - The name of the data field.
      Returns:
      The definition of the data field.