public class CompositeVariable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CompositeVariable.Operation
Operation.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeVariable.Operation |
getOperation()
Returns the enum for the operation.
|
String |
getResultFormat()
Returns the result format.
|
UC4ObjectName |
getVariable1()
Returns the name of the first variable.
|
UC4ObjectName |
getVariable2()
Returns the name of the first variable.
|
void |
setOperation(CompositeVariable.Operation operation)
Sets the operation which is used for variable 1 and variable 2.
|
void |
setResultFormat(String resultFormat)
Sets the result format.
|
void |
setVariable1(UC4ObjectName variable1)
Sets the name of the first variable.
|
void |
setVariable2(UC4ObjectName variable2)
Sets the name of the first variable.
|
public UC4ObjectName getVariable1()
UC4ObjectName instance is returned.public void setVariable1(UC4ObjectName variable1)
null is passed as
argument the field for variable 1 is not set.variable1 - Variable namepublic UC4ObjectName getVariable2()
UC4ObjectName instance is returned.public void setVariable2(UC4ObjectName variable2)
null is passed as
argument the field for variable 2 is not set.variable2 - Variable namepublic String getResultFormat()
public void setResultFormat(String resultFormat)
resultFormat - String which contains the result formatpublic CompositeVariable.Operation getOperation()
public void setOperation(CompositeVariable.Operation operation)
IllegalArgumentException if operation is null.operation - Enum constantCopyright © 2021. All rights reserved.