|
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.Argument
public class Argument
Class for formula arguments.
| Constructor Summary | |
|---|---|
Argument(java.lang.String name)
Constructs a new argument. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the argument. |
double |
getValue()
Gets the value of the argument. |
boolean |
isCellReference()
Returns true if it is a cell reference. |
void |
setCellReference(boolean isCellReference)
Sets if it is a cell reference |
void |
setValue(java.lang.Object value)
Sets the value of the argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Argument(java.lang.String name)
name - the name of the argument| Method Detail |
|---|
public java.lang.String getName()
getName in interface IArgumentpublic void setValue(java.lang.Object value)
setValue in interface IArgumentvalue - the value of the argumentpublic double getValue()
getValue in interface IArgumentpublic boolean isCellReference()
isCellReference in interface IArgumentpublic void setCellReference(boolean isCellReference)
setCellReference in interface IArgumentisCellReference - true if it is a cell reference
|
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 | ||||||||