RelationalOperator
Definição da configuração da relação do objeto Conditional.
getInValues
getInValues() : Values
Description
Returns the values that will be used in the relationship if the IN relational operator is used.
Return
( Values )
The relationship values.
getOperatorType
getOperatorType() : org.netuno.tritao.db.form.where.RelationalOperatorType
Description
Returns the type of the relational operator.
Return
( org.netuno.tritao.db.form.where.RelationalOperatorType )
the type of the relational operator.
getValue
getValue() : java.lang.Object
Description
Returns the value used in the relationship.
Return
( java.lang.Object )
The relationship value.
setInValues
setInValues(values: Values) : RelationalOperator
Description
Defines the values that will be used in the relationship if the IN relational operator is used.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
values | Values | The relationship values. |
Return
Current RelationOperator object.
setOperatorType
setOperatorType(operatorType: org.netuno.tritao.db.form.where.RelationalOperatorType) : RelationalOperator
Description
Defines the type of the relational operator.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
operatorType | org.netuno.tritao.db.form.where.RelationalOperatorType | The type of the relational operator. |
Return
Current RelationOperator object.
setValue
setValue(value: java.lang.Object) : RelationalOperator
Description
Defines The value used in the relationship.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
value | java.lang.Object | The relationship value. |
Return
Current RelationOperator object.