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 Link icon

    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. s
    This method returns the name of the message event, may not be null.
  • Method Details Link icon

    • getName Link icon

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

      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 Link icon

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