Examples of ERXToManyQualifier


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
Copyright © 2018 www.massapi.com. 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.