Class Condition.ConditionVal

  • All Implemented Interfaces:
    Condition
    Enclosing interface:
    Condition

    public static class Condition.ConditionVal
    extends Condition.ConditionRel
    Represents a condition composed of a relational operator and a value (long integer) as (right) operand.
    • Field Detail

      • k

        public long k
        The value that represents the operand of the condition.
    • Constructor Detail

      • ConditionVal

        public ConditionVal​(Types.TypeConditionOperatorRel operator,
                            long k)
        Constructs a condition composed of the specified relational operator and the specified value as (right) operand
        Parameters:
        operator - a relational operator
        k - an integer