|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExpressionIf
Describes an expression object
| Method Summary | |
|---|---|
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()
|
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)
|
| Method Detail |
|---|
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 set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||