Class LessEqNode<T>

    • Constructor Detail

      • LessEqNode

        public LessEqNode​(AttributeType attributeType,
                          Value value)
                   throws LdapSchemaException
        Creates a new LessEqNode object.
        Parameters:
        attributeType - the attributeType
        value - the value to test for
        Throws:
        LdapSchemaException - If the AttributeType does not have an ORDERING MatchingRule
      • LessEqNode

        public LessEqNode​(String attribute,
                          byte[] value)
                   throws LdapSchemaException
        Creates a new LessEqNode object.
        Parameters:
        attribute - the attribute name
        value - the value to test for
        Throws:
        LdapSchemaException - If the AttributeType does not have an ORDERING MatchingRule
      • LessEqNode

        public LessEqNode​(String attribute,
                          String value)
                   throws LdapSchemaException
        Creates a new LessEqNode object.
        Parameters:
        attribute - the attribute name
        value - the value to test for
        Throws:
        LdapSchemaException - If the AttributeType does not have an ORDERING MatchingRule