|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.internal.text.table.TextTableFormulaExpression
public class TextTableFormulaExpression
Expression of a formula which is placed into a text table cell.
Constructor Summary | |
---|---|
TextTableFormulaExpression(java.lang.String formulaExpression)
Constructs new TextTableFormulaExpression. |
Method Summary | |
---|---|
java.lang.String |
getExpression()
Returns expression of the formula. |
void |
setExpression(java.lang.String formulaExpression)
Sets expression of the formula. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextTableFormulaExpression(java.lang.String formulaExpression) throws java.lang.IllegalArgumentException
formulaExpression
- formula expression to be used
java.lang.IllegalArgumentException
- if the submitted formula is not validMethod Detail |
---|
public void setExpression(java.lang.String formulaExpression) throws java.lang.IllegalArgumentException
formulaExpression
- expression to be used
java.lang.IllegalArgumentException
- if the submitted formula is not validpublic java.lang.String getExpression()
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |