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

Packages that use Element
org.nuiton.wikitty.search   
 

Uses of Element in org.nuiton.wikitty.search
 

Fields in org.nuiton.wikitty.search 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 that return Element
protected static Element Search.elt(String 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 with parameters of type Element
static Restriction RestrictionHelper.between(Element element, String min, String max)
           
static Contains 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.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)
           
 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.
static Restriction RestrictionHelper.start(Element element, String value)
           
static Restriction RestrictionHelper.unlike(Element element, String value, Like.SearchAs searchAs)
           
 

Constructors in org.nuiton.wikitty.search 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-2010 CodeLutin. All Rights Reserved.