Package de.codecamp.messages
Interface MessageArg
-
public interface MessageArgA message argument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()Returns the index of the message argument.StringgetName()Returns the name of the message argument.StringgetType()Returns the type of the message argument.
-
-
-
Method Detail
-
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
-
-