Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.text.table
Interface IArgument

All Known Implementing Classes:
Argument

public interface IArgument

Interface for formula arguments.


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.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the argument.

Returns:
the name of the argument

setValue

void setValue(java.lang.Object value)
Sets the value of the argument.

Parameters:
value - the value of the argument

getValue

double getValue()
Gets the value of the argument.

Returns:
the value of the argument

isCellReference

boolean isCellReference()
Returns true if it is a cell reference.

Returns:
true if it is a cell reference

setCellReference

void setCellReference(boolean isCellReference)
Sets if it is a cell reference

Parameters:
isCellReference - 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