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 OutputParam
public void setName(String name)
setName
in interface OutputParam
public String getDescription()
getDescription
in interface OutputParam
public void setDescription(String desc)
setDescription
in interface OutputParam
public String getType()
getType
in interface OutputParam
public void setType(String type)
setType
in interface OutputParam
Copyright © 2024. All rights reserved.