public class ManagedOperationParameter extends Object
ManagedOperation attribute.| Constructor and Description | 
|---|
| ManagedOperationParameter() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Return a description for this parameter. | 
| int | getIndex()Return the index of this parameter in the operation signature. | 
| String | getName()Return the name of this parameter in the operation signature. | 
| void | setDescription(String description)Set a description for this parameter. | 
| void | setIndex(int index)Set the index of this parameter in the operation signature. | 
| void | setName(String name)Set the name of this parameter in the operation signature. | 
public void setIndex(int index)
public int getIndex()
public void setName(String name)
public String getName()
public void setDescription(String description)
public String getDescription()