|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Element | |
|---|---|
| org.sharengo.wikitty.search | |
| Uses of Element in org.sharengo.wikitty.search |
|---|
| Fields in org.sharengo.wikitty.search declared as Element | |
|---|---|
protected Element |
BinaryOperator.element
|
protected Element |
Contains.element
|
protected Element |
In.element
|
protected Element |
Between.element
|
| Methods in org.sharengo.wikitty.search 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.sharengo.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.sharengo.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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||