info.magnolia.cms.gui.query
Class StringSearchQueryParameter
java.lang.Object
info.magnolia.cms.gui.query.AbstractExpressionImpl
info.magnolia.cms.gui.query.SearchQueryParameter
info.magnolia.cms.gui.query.StringSearchQueryParameter
- All Implemented Interfaces:
- SearchQueryExpression
public class StringSearchQueryParameter
- extends SearchQueryParameter
- Author:
- Sameer Charles $Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTAINS
public static final String CONTAINS
- sql constraint "CONTAINS"
- See Also:
- Constant Field Values
CONTAINS_NOT
public static final String CONTAINS_NOT
- See Also:
- Constant Field Values
IS
public static final String IS
- See Also:
- Constant Field Values
IS_NOT
public static final String IS_NOT
- See Also:
- Constant Field Values
STARTS
public static final String STARTS
- sql constraint "STARTS"
- See Also:
- Constant Field Values
ENDS
public static final String ENDS
- sql constraint "ENDS"
- See Also:
- Constant Field Values
StringSearchQueryParameter
public StringSearchQueryParameter(String name,
String value,
String constraint)
- Parameters:
name
- of this parametervalue
- constraint
- check SearchQueryParameter constants
getValue
public String getValue()
- get value
- Returns:
- String value
setValue
public void setValue(String value)
- set value
- Parameters:
value
-
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.