public class Output extends Object
| Constructor and Description |
|---|
Output() |
Output(String outputType,
String outputValue,
Parameter[] outputparameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Parameter[] |
getOutputparameters()
Gets the outputparameters value for this Output.
|
Parameter |
getOutputparameters(int i) |
String |
getOutputType()
Gets the outputType value for this Output.
|
String |
getOutputValue()
Gets the outputValue value for this Output.
|
int |
hashCode() |
void |
setOutputparameters(int i,
Parameter _value) |
void |
setOutputparameters(Parameter[] outputparameters)
Sets the outputparameters value for this Output.
|
void |
setOutputType(String outputType)
Sets the outputType value for this Output.
|
void |
setOutputValue(String outputValue)
Sets the outputValue value for this Output.
|
String |
toString() |
public String getOutputType()
public void setOutputType(String outputType)
outputType - public String getOutputValue()
public void setOutputValue(String outputValue)
outputValue - public Parameter[] getOutputparameters()
public void setOutputparameters(Parameter[] outputparameters)
outputparameters - public Parameter getOutputparameters(int i)
public void setOutputparameters(int i,
Parameter _value)
Copyright © 2014. All Rights Reserved.