Uses of Class
org.talend.sdk.component.api.configuration.condition.ActiveIfs.Operator
-
Packages that use ActiveIfs.Operator Package Description org.talend.sdk.component.api.configuration.condition -
-
Uses of ActiveIfs.Operator in org.talend.sdk.component.api.configuration.condition
Methods in org.talend.sdk.component.api.configuration.condition that return ActiveIfs.Operator Modifier and Type Method Description ActiveIfs.Operator
operator()
static ActiveIfs.Operator
ActiveIfs.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActiveIfs.Operator[]
ActiveIfs.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-