|
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.util.JavaNumberFormatCondition
public class JavaNumberFormatCondition
Number format condition for java code.
Field Summary | |
---|---|
static java.lang.String |
EQUALS
Logical operator = . |
static java.lang.String |
GREATER
Logical operator > . |
static java.lang.String |
GREATER_EQUALS
Logical operator >= . |
static java.lang.String |
LOWER
Logical operator < . |
static java.lang.String |
LOWER_EQUALS
Logical operator <= . |
static java.lang.String |
NOT
Logical operator <> . |
Constructor Summary | |
---|---|
JavaNumberFormatCondition(java.lang.String operator,
double compareValue)
Constructs new JavaNumberFormatCondition. |
Method Summary | |
---|---|
boolean |
checkCondition(double value)
Checks condition against submitted value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LOWER
public static final java.lang.String LOWER_EQUALS
public static final java.lang.String GREATER
public static final java.lang.String GREATER_EQUALS
public static final java.lang.String EQUALS
public static final java.lang.String NOT
Constructor Detail |
---|
public JavaNumberFormatCondition(java.lang.String operator, double compareValue) throws java.lang.IllegalArgumentException
operator
- logical operator to be usedcompareValue
- compare value to be used
java.lang.IllegalArgumentException
- if the submitted operator is not validMethod Detail |
---|
public boolean checkCondition(double value)
value
- value to be used
|
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 |