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.internal.text.table
Class Argument

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.text.table.Argument
All Implemented Interfaces:
IArgument

public class Argument
extends java.lang.Object
implements IArgument

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

Argument

public Argument(java.lang.String name)
Constructs a new argument.

Parameters:
name - the name of the argument
Method Detail

getName

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

Specified by:
getName in interface IArgument
Returns:
the name of the argument

setValue

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

Specified by:
setValue in interface IArgument
Parameters:
value - the value of the argument

getValue

public double getValue()
Gets the value of the argument.

Specified by:
getValue in interface IArgument
Returns:
the value of the argument

isCellReference

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

Specified by:
isCellReference in interface IArgument
Returns:
true if it is a cell reference

setCellReference

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

Specified by:
setCellReference in interface IArgument
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