Interface MessageArg


public interface MessageArg
A message argument.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the index of the message argument.
    Returns the name of the message argument.
    Returns the type of the message argument.
  • Method Details

    • getName

      String getName()
      Returns the name of the message argument.
      Returns:
      the name of the message argument
    • getIndex

      int getIndex()
      Returns the index of the message argument.
      Returns:
      the index of the message argument
    • getType

      String getType()
      Returns the type of the message argument.
      Returns:
      the type of the message argument