Method Summary |
|
public String | getDescription() Return a description for this parameter. |
public int | getIndex() Return the index of this parameter in the operation signature. |
public String | getName() Return the name of this parameter in the operation signature. |
public void | setDescription(String description) Set a description for this parameter. |
public void | setIndex(int index) Set the index of this parameter in the operation signature. |
public void | setName(String name) Set the name of this parameter in the operation signature. |