Package er.extensions.eof.qualifiers

Examples of er.extensions.eof.qualifiers.ERXToManyQualifier


   * @param min
   *            the minimum number of objects from values to match
   * @return an EOKeyValueQualifier
   */
  public static ERXKeyValueQualifier hasAtLeast(String key, NSArray values, int min) {
    return new ERXToManyQualifier(key, values, min);
  }
View Full Code Here

TOP

Related Classes of er.extensions.eof.qualifiers.ERXToManyQualifier

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.