public class OutputParameter extends Object implements OutputParam, Serializable
| Constructor and Description |
|---|
OutputParameter() |
OutputParameter(OutputParam copy) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
String |
getType() |
void |
setDescription(String desc) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
public OutputParameter()
public OutputParameter(OutputParam copy)
public String getName()
getName in interface OutputParampublic void setName(String name)
setName in interface OutputParampublic String getDescription()
getDescription in interface OutputParampublic void setDescription(String desc)
setDescription in interface OutputParampublic String getType()
getType in interface OutputParampublic void setType(String type)
setType in interface OutputParamCopyright © 2024. All rights reserved.