public interface ExpressionIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1()
Used for custom data
|
java.lang.String |
getCustom2()
Used for custom data
|
java.lang.String |
getCustom3()
Used for custom data
|
java.lang.String |
getDescription()
Description of the expression
|
int |
getId() |
java.lang.String |
getName()
Expression name used to identify it
|
int |
getNumVariables() |
ExpressionVariableIf[] |
getVariableArray() |
void |
setCustom1(java.lang.String custom1)
Used for custom data
|
void |
setCustom2(java.lang.String custom2)
Used for custom data
|
void |
setCustom3(java.lang.String custom3)
Used for custom data
|
void |
setDescription(java.lang.String description)
Description of the expression
|
void |
setId(int id) |
void |
setName(java.lang.String name)
Expression name used to identify it
|
void |
setNumVariables(int numVariables) |
void |
setVariableArray(ExpressionVariableIf[] variableArray) |
int getId()
void setId(int id)
id
- the id to setjava.lang.String getName()
void setName(java.lang.String name)
name
- the name to setjava.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setint getNumVariables()
void setNumVariables(int numVariables)
numVariables
- the numVariables to setExpressionVariableIf[] getVariableArray()
void setVariableArray(ExpressionVariableIf[] variableArray)
variableArray
- the variableArray to setCopyright © 2018 DS Data Systems UK Ltd.