Package com.uc4.api.objects
Class DatabaseEventSettings
java.lang.Object
com.uc4.api.objects.DatabaseEventSettings
This class provides acccess to Database Event settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar
Returns the operator character.void
setOperator
(char operator) Sets the operator which should be used to convert the data sources.protected void
value1()
Provides access to the definition of value 1 for this database event.value2()
Provides access to the definition of value 2 for this database event.
-
Constructor Details
-
DatabaseEventSettings
protected DatabaseEventSettings(com.uc4.util.XMLDocument doc)
-
-
Method Details
-
store
-
getOperator
public char getOperator()Returns the operator character. Possible return values are:- G ... Greater
- L ... Lower
- E ... Equal
- N ... Not
- F ... Greater or Equal
- K ... Lower or Equal
- P ... Pattern
- Returns:
- Operator
-
setOperator
public void setOperator(char operator) Sets the operator which should be used to convert the data sources. Valid parameter values are:- G ... Greater
- L ... Lower
- E ... Equal
- N ... Not
- F ... Greater or Equal
- K ... Lower or Equal
- P ... Pattern
- Parameters:
operator
- Operator
-
value1
Provides access to the definition of value 1 for this database event.- Returns:
- Value 1
-
value2
Provides access to the definition of value 2 for this database event.- Returns:
- Value 2
-