public class Operation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Double |
factor |
protected String |
name |
protected UnmarshalledParameter[] |
parameters |
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getFactor() |
String |
getName() |
UnmarshalledParameter[] |
getParameters() |
void |
setFactor(Double factor) |
void |
setName(String name) |
void |
setParameters(UnmarshalledParameter[] parameters) |
protected String name
protected Double factor
protected UnmarshalledParameter[] parameters
public String getName()
public void setName(String name)
public Double getFactor()
public void setFactor(Double factor)
public UnmarshalledParameter[] getParameters()
public void setParameters(UnmarshalledParameter[] parameters)
Copyright © 2017. All rights reserved.