public interface MessageArg
A message argument.
-
Method Summary
-
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
-