Interface IPortalMessage

All Known Implementing Classes:
PortalMessage

public interface IPortalMessage
PortalMessage interface
Since:
9.2
Author:
a.pragt
  • Method Details

    • getMessageType

      String getMessageType()
      Returns the type of the message.
      Returns:
      The type of the message, not null.
    • getField

      IValue getField(String name)
      Returns the value of a field.
      Parameters:
      name - The name of a field, not null.
      Returns:
      The value of a field, or null.
    • getFieldNames

      String[] getFieldNames()
      Returns the names of the fields.
      Returns:
      The names, not null.