org.nuiton.wikitty.search.operators
Class Element

java.lang.Object
  extended by org.nuiton.wikitty.search.operators.Element
All Implemented Interfaces:
Serializable

Deprecated. since 3.3 use new query api WikittyQuery

@Deprecated
public class Element
extends Object
implements Serializable

Search on field.

Author:
ruchaud
See Also:
Serialized Form

Nested Class Summary
static class Element.ElementType
          Deprecated. Represent type to search an element
 
Field Summary
static String ELT_EXTENSION
          Deprecated. Represent a element on extension
static String ELT_ID
          Deprecated. Represent a element on id
protected  String name
          Deprecated.  
 
Constructor Summary
Element()
          Deprecated.  
Element(String name)
          Deprecated.  
 
Method Summary
 String getName()
          Deprecated.  
 void setName(String name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELT_EXTENSION

public static String ELT_EXTENSION
Deprecated. 
Represent a element on extension


ELT_ID

public static String ELT_ID
Deprecated. 
Represent a element on id


name

protected String name
Deprecated. 
Constructor Detail

Element

public Element()
Deprecated. 

Element

public Element(String name)
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 

setName

public void setName(String name)
Deprecated. 


Copyright © 2009-2012 CodeLutin. All Rights Reserved.