Uses of Class
org.nuiton.wikitty.search.operators.Element

Packages that use Element
org.nuiton.wikitty.search   
org.nuiton.wikitty.search.operators   
 

Uses of Element in org.nuiton.wikitty.search
 

Methods in org.nuiton.wikitty.search that return Element
protected static Element Search.elt(String element)
           
 

Methods in org.nuiton.wikitty.search with parameters of type Element
static Restriction RestrictionHelper.between(Element element, String min, String max)
           
static Restriction RestrictionHelper.contains(Element element, List<String> values)
           
static Restriction RestrictionHelper.contains(Element element, String value1, String... otherValues)
           
static Restriction RestrictionHelper.end(Element element, String value)
           
static Restriction RestrictionHelper.eq(Element element, String value)
           
static Restriction RestrictionHelper.great(Element element, String value)
           
static Restriction RestrictionHelper.greatEq(Element element, String value)
           
static Restriction RestrictionHelper.in(Element element, List<String> values)
           
static Restriction RestrictionHelper.in(Element element, String value1, String... otherValues)
           
static Restriction RestrictionHelper.less(Element element, String value)
           
static Restriction RestrictionHelper.lessEq(Element element, String value)
           
static Restriction RestrictionHelper.like(Element element, String value, Like.SearchAs searchAs)
           
static Restriction RestrictionHelper.neq(Element element, String value)
           
static Restriction RestrictionHelper.start(Element element, String value)
           
static Restriction RestrictionHelper.unlike(Element element, String value, Like.SearchAs searchAs)
           
 

Uses of Element in org.nuiton.wikitty.search.operators
 

Fields in org.nuiton.wikitty.search.operators declared as Element
protected  Element BinaryOperator.element
           
protected  Element Contains.element
           
protected  Element In.element
           
protected  Element Between.element
           
 

Methods in org.nuiton.wikitty.search.operators that return Element
 Element BinaryOperator.getElement()
          Return element
 Element AssociatedRestriction.getElement()
           
 Element Contains.getElement()
          Return element
 Element In.getElement()
          Return element
 Element Between.getElement()
          Return element
 

Methods in org.nuiton.wikitty.search.operators with parameters of type Element
 void BinaryOperator.setElement(Element element)
          Set a value to parameter element.
 void AssociatedRestriction.setElement(Element element)
           
 void Contains.setElement(Element element)
          Set a value to parameter element.
 void In.setElement(Element element)
          Set a value to parameter element.
 void Between.setElement(Element element)
          Set a value to parameter element.
 

Constructors in org.nuiton.wikitty.search.operators with parameters of type Element
AssociatedRestriction(Restriction parentRestriction, Restriction embededRestriction, Element element)
           
Between(Element element, String min, String max)
          Constructor with all parameters initialized
BinaryOperator(Element element, String value)
          Constructor with all parameters initialized
Contains(Element element, List<String> value)
          Constructor with all parameters initialized
In(Element element, List<String> value)
          Constructor with all parameters initialized
 



Copyright © 2009-2011 CodeLutin. All Rights Reserved.