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 Stringprotected AbstractCondition.EComparisonOperatorprotected Object -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface adaa.analytics.rules.data.condition.ICondition
createSelection
-
Field Details
-
colName
-
compOperator
-
value
-
-
Constructor Details
-
AbstractCondition
public AbstractCondition()
-