public interface ICondition extends IModelObject
| Modifier and Type | Method and Description |
|---|---|
IDataStore |
getDataStore()
Get the datastore object that owns this model condition.
|
java.lang.String |
getName()
Obtains the name of this condition.
|
java.lang.String |
getWhereClauseString()
Returns the expression text representing the where clause defined on this condition.
|
boolean |
isDBCondition()
Returns whether condition is defined in the database.
|
boolean |
isFlowCheckEnabled()
Returns whether flow check is enabled on this condition.
|
boolean |
isODICondition()
Returns whether condition is custom-defined in ODI.
|
boolean |
isStaticCheckEnabled()
Returns whether static check is enabled on this condition.
|
getBigNumericId, getGlobalId, getNumericIdjava.lang.String getName()
getName in interface IModelObjectboolean isFlowCheckEnabled()
true if enabled, false otherwiseboolean isStaticCheckEnabled()
true if enabled, false otherwiseboolean isDBCondition()
true if defined in database, false otherwiseboolean isODICondition()
true if custom-defined, false otherwisejava.lang.String getWhereClauseString()
IDataStore getDataStore()