Skip to main content

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
NAMETYPEDESCRIPTION
valuesValuesThe relationship values.
Return

( RelationalOperator )

Current RelationOperator object.


setOperatorType


setOperatorType(operatorType: org.netuno.tritao.db.form.where.RelationalOperatorType) : RelationalOperator

Description

Defines the type of the relational operator.

Attributes
NAMETYPEDESCRIPTION
operatorTypeorg.netuno.tritao.db.form.where.RelationalOperatorTypeThe type of the relational operator.
Return

( RelationalOperator )

Current RelationOperator object.


setValue


setValue(value: java.lang.Object) : RelationalOperator

Description

Defines The value used in the relationship.

Attributes
NAMETYPEDESCRIPTION
valuejava.lang.ObjectThe relationship value.
Return

( RelationalOperator )

Current RelationOperator object.