public class FlyFormula extends Object implements Serializable
| Constructor and Description |
|---|
FlyFormula(String displayName,
String expression)
Creates a new
FlyFormula instance
by the specified display name and expression. |
FlyFormula(String displayName,
String expression,
int roleType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Returns the display name of the dynamic formula.
|
String |
getExpression()
Returns the expression of the dynamic formula.
|
NameInfo |
getNameInfo()
Returns the name information of the dynamic formula.
|
int |
getUseType() |
void |
setDisplayName(String displayName) |
void |
setExpression(String expression) |
void |
setNameInfo(NameInfo nameInfo) |
void |
setUseType(int useType) |
public FlyFormula(String displayName, String expression)
FlyFormula instance
by the specified display name and expression.displayName - the display name.expression - the expression.public NameInfo getNameInfo()
NameInfo.public void setNameInfo(NameInfo nameInfo)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getExpression()
public void setExpression(String expression)
public int getUseType()
public void setUseType(int useType)
© insightsoftware. All rights reserved.