Package net.bpiwowar.mg4j.extensions.query

Examples of net.bpiwowar.mg4j.extensions.query.StringQuery


      "title", "desc" });

  @Override
  public Query getTopicPart(String type) {
    if ("title".equals(type))
      return new StringQuery(title);

    if ("desc".equals(type))
      return new StringQuery(description);

    return null;
  }
View Full Code Here

TOP

Related Classes of net.bpiwowar.mg4j.extensions.query.StringQuery

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.