Class AbstractCondition
java.lang.Object
adaa.analytics.rules.data.condition.AbstractCondition
- All Implemented Interfaces:
ICondition
- Direct Known Subclasses:
StringCondition
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected AbstractCondition.EComparisonOperator
protected Object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface adaa.analytics.rules.data.condition.ICondition
createSelection
-
Field Details
-
colName
-
compOperator
-
value
-
-
Constructor Details
-
AbstractCondition
public AbstractCondition()
-