Uses of Class
adalid.core.enums.CheckEvent
-
Packages that use CheckEvent Package Description adalid.core.enums adalid.core.expressions adalid.core.interfaces -
-
Uses of CheckEvent in adalid.core.enums
Methods in adalid.core.enums that return CheckEvent Modifier and Type Method Description static CheckEventCheckEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckEvent[]CheckEvent. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CheckEvent in adalid.core.expressions
Methods in adalid.core.expressions that return CheckEvent Modifier and Type Method Description CheckEventBooleanComparisonX. getCheckEvent()CheckEventBooleanConditionalX. getCheckEvent()CheckEventBooleanDataAggregateX. getCheckEvent()CheckEventBooleanOrderedPairX. getCheckEvent()CheckEventBooleanOtherwiseX. getCheckEvent()CheckEventBooleanRowsAggregateX. getCheckEvent()CheckEventBooleanScalarX. getCheckEvent()CheckEventBooleanX. getCheckEvent()Methods in adalid.core.expressions with parameters of type CheckEvent Modifier and Type Method Description voidBooleanComparisonX. setCheckEvent(CheckEvent checkEvent)El método setCheckEvent se utiliza para establecer en que evento o eventos se debe evaluar la expresión.voidBooleanConditionalX. setCheckEvent(CheckEvent checkEvent)El método setCheckEvent se utiliza para establecer en que evento o eventos se debe evaluar la expresión.voidBooleanDataAggregateX. setCheckEvent(CheckEvent checkEvent)El método setCheckEvent se utiliza para establecer en que evento o eventos se debe evaluar la expresión.voidBooleanOrderedPairX. setCheckEvent(CheckEvent checkEvent)El método setCheckEvent se utiliza para establecer en que evento o eventos se debe evaluar la expresión.voidBooleanOtherwiseX. setCheckEvent(CheckEvent checkEvent)El método setCheckEvent se utiliza para establecer en que evento o eventos se debe evaluar la expresión.voidBooleanRowsAggregateX. setCheckEvent(CheckEvent checkEvent)El método setCheckEvent se utiliza para establecer en que evento o eventos se debe evaluar la expresión.voidBooleanScalarX. setCheckEvent(CheckEvent checkEvent)El método setCheckEvent se utiliza para establecer en que evento o eventos se debe evaluar la expresión.voidBooleanX. setCheckEvent(CheckEvent checkEvent)El método setCheckEvent se utiliza para establecer en que evento o eventos se debe evaluar la expresión. -
Uses of CheckEvent in adalid.core.interfaces
Methods in adalid.core.interfaces that return CheckEvent Modifier and Type Method Description CheckEventCheck. getCheckEvent()Methods in adalid.core.interfaces with parameters of type CheckEvent Modifier and Type Method Description voidCheck. setCheckEvent(CheckEvent checkEvent)El método setCheckEvent se utiliza para establecer en que evento o eventos se debe evaluar la expresión.
-