public interface DictionaryArgument
extends Serializable
Encapsulate the dictionary information about a single argument.
If the parameter is an Enum, we capture the list of legal values (we
do not want to require that the Enum class itself be available in a remote
client).