ARG - The type of the arguments property.public static interface ArgumentsAccessor.ArgumentsMutator<ARG>
ArgumentsAccessor with a setter method.| Modifier and Type | Method and Description |
|---|---|
void |
setArguments(ARG[] aArguments)
Sets the arguments for the arguments property.
|
void setArguments(ARG[] aArguments)
aArguments - The arguments to be stored by the arguments property.Copyright © 2017. All rights reserved.